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