- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/AddEmptyBoundaryAction.def
r8a957e r9cd6bf 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" 11 12 … … 19 20 #define paramreferences (boundary) 20 21 21 # undef statetypes22 # undef statereferences22 #define statetypes (std::string)(RealSpaceMatrix)(Vector) 23 #define statereferences (undostring)(newdomain)(Min) 23 24 24 25 // some defines for all the names, you may use ACTION, STATE and PARAMS
Note:
See TracChangeset
for help on using the changeset viewer.