Changes in src/Atom/AtomicInfo.hpp [7e51e1:c26617]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Atom/AtomicInfo.hpp
r7e51e1 rc26617 16 16 #include "LinearAlgebra/Vector.hpp" 17 17 #include "types.hpp" 18 19 #include <vector> 20 21 #include "Bond/BondInfo.hpp" 18 22 19 23 class atom; … … 45 49 atomId_t Id; 46 50 int Nr; 51 std::vector<BondInfo> bonds; 47 52 }; 48 53
Note:
See TracChangeset
for help on using the changeset viewer.