Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/AddEmptyBoundaryAction.def

    r8a957e r9cd6bf  
    88// all includes and forward declarations necessary for non-integral types below
    99#include "Actions/Values.hpp"
     10#include "LinearAlgebra/RealSpaceMatrix.hpp"
    1011#include "LinearAlgebra/Vector.hpp"
    1112
     
    1920#define paramreferences (boundary)
    2021
    21 #undef statetypes
    22 #undef statereferences
     22#define statetypes (std::string)(RealSpaceMatrix)(Vector)
     23#define statereferences (undostring)(newdomain)(Min)
    2324
    2425// some defines for all the names, you may use ACTION, STATE and PARAMS
Note: See TracChangeset for help on using the changeset viewer.