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