Changeset 17b3a5c for molecuilder/src/atom.hpp
- Timestamp:
- Oct 9, 2009, 10:54:52 AM (16 years ago)
- Children:
- 3efb4a
- Parents:
- 70b7aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.hpp
r70b7aa r17b3a5c 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 19 20 #include <iostream> 20 21 #include <vector> 21 22 22 #include "element.hpp"23 23 #include "tesselation.hpp" 24 #include "vector.hpp" 24 25 /****************************************** forward declarations *****************************/ 25 26 26 27 class bond; 28 class element; 29 class Vector; 30 31 /********************************************** declarations *******************************/ 27 32 28 33 /** Single atom. … … 81 86 }; 82 87 83 84 88 ostream & operator << (ostream &ost, const atom &a); 85 89
Note:
See TracChangeset
for help on using the changeset viewer.