- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/atomsCalculationTest.hpp
read4e6 r88b400 11 11 #include <cppunit/extensions/HelperMacros.h> 12 12 13 #define ATOM_COUNT (10) 13 // we prefer enum over define 14 enum { ATOM_COUNT = 10 }; 14 15 15 16 #include "types.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.