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