- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/AddEmptyBoundaryAction.def
r9cd6bf r8a957e 8 8 // all includes and forward declarations necessary for non-integral types below 9 9 #include "Actions/Values.hpp" 10 #include "LinearAlgebra/RealSpaceMatrix.hpp"11 10 #include "LinearAlgebra/Vector.hpp" 12 11 … … 20 19 #define paramreferences (boundary) 21 20 22 # define statetypes (std::string)(RealSpaceMatrix)(Vector)23 # define statereferences (undostring)(newdomain)(Min)21 #undef statetypes 22 #undef statereferences 24 23 25 24 // some defines for all the names, you may use ACTION, STATE and PARAMS
Note:
See TracChangeset
for help on using the changeset viewer.