- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CommandAction/BondLengthTableAction.def
r95cfac r6ba9ba 10 10 #include "Graph/BondGraph.hpp" 11 11 12 #include "Parameters/Validators/Ops_Validator.hpp"13 12 #include "Parameters/Validators/Specific/FilePresentValidator.hpp" 14 #include "Parameters/Validators/Specific/FileSuffixValidator.hpp"15 13 16 14 // i.e. there is an integer with variable name Z that can be found in … … 23 21 #define paramreferences (BondGraphFileName) 24 22 #define paramvalids \ 25 (FilePresentValidator() && (FileSuffixValidator("dat") || FileSuffixValidator("db")))23 (FilePresentValidator()) 26 24 27 25 #define statetypes (std::string)
Note:
See TracChangeset
for help on using the changeset viewer.