- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/RepeatBoxAction.def
re4afb4 r45f835 8 8 // all includes and forward declarations necessary for non-integral types below 9 9 #include "Actions/Values.hpp" 10 #include "LinearAlgebra/RealSpaceMatrix.hpp" 10 11 #include "LinearAlgebra/Vector.hpp" 12 #include <set> 13 14 class molecule; 11 15 12 16 // i.e. there is an integer with variable name Z that can be found in … … 19 23 #define paramreferences (Repeater) 20 24 21 # undef statetypes22 # undef statereferences25 #define statetypes (RealSpaceMatrix)(std::set< molecule *>) 26 #define statereferences (olddomain)(oldmolecules) 23 27 24 28 // some defines for all the names, you may use ACTION, STATE and PARAMS
Note:
See TracChangeset
for help on using the changeset viewer.