http://server.ccl.net/cca/software/SOURCES/to_do_2/xyz2rgb/verlet-fun/verlet/c++/bond.shtml |
CCL bond | ||||
|
/* * Hacking bonds */ class bond { public: int first, second; bond (int f, int s) { first = f; second = s; } }; |
[ CCL Home Page ]
[ c++ ]
[ Raw Version of this page ]
Modified: Tue May 20 16:00:00 1997 GMT |
Page accessed 3970 times since Sat Apr 17 22:46:19 1999 GMT |