Changes in src/bond.hpp [f66195:edb93c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/bond.hpp
rf66195 redb93c 11 11 using namespace std; 12 12 13 /*********************************************** includes ***********************************/14 15 13 // include config.h 16 14 #ifdef HAVE_CONFIG_H … … 18 16 #endif 19 17 20 /****************************************** forward declarations *****************************/ 21 22 class atom; 23 24 /********************************************** declarations *******************************/ 18 #include "atom.hpp" 25 19 26 20 /** Bonds between atoms.
Note:
See TracChangeset
for help on using the changeset viewer.