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