Changeset 5dba7a for molecuilder/src/unittests/atomsCalculationTest.hpp
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/atomsCalculationTest.hpp
r1e0785 r5dba7a 12 12 13 13 #define ATOM_COUNT (10) 14 15 #include "types.hpp" 14 16 15 17 class atom; … … 31 33 private: 32 34 atom *atoms [ATOM_COUNT]; 33 int atomIds [ATOM_COUNT];35 atomId_t atomIds [ATOM_COUNT]; 34 36 }; 35 37
Note:
See TracChangeset
for help on using the changeset viewer.
