- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/atomsCalculationTest.hpp
r46d958 read4e6 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.