- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CommandAction/BondLengthTableAction.def
rb1ac7a r6ba9ba 10 10 #include "Graph/BondGraph.hpp" 11 11 12 #include "Parameters/Validators/Specific/FilePresentValidator.hpp" 13 12 14 // i.e. there is an integer with variable name Z that can be found in 13 15 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 14 // "undefine" if no parameters are required, use (NO DEFAULT) for each (undefined) default value16 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 15 17 #define paramtypes (boost::filesystem::path) 16 18 #define paramtokens ("bond-table") … … 18 20 #undef paramdefaults 19 21 #define paramreferences (BondGraphFileName) 22 #define paramvalids \ 23 (FilePresentValidator()) 20 24 21 25 #define statetypes (std::string)
Note:
See TracChangeset
for help on using the changeset viewer.