- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CommandAction/LoadSessionAction.def
r95cfac r12d946 9 9 #include <boost/filesystem/path.hpp> 10 10 11 #include "Parameters/Validators/Ops_Validator.hpp"12 11 #include "Parameters/Validators/Specific/FilePresentValidator.hpp" 13 #include "Parameters/Validators/Specific/FileSuffixValidator.hpp"14 12 15 13 // i.e. there is an integer with variable name Z that can be found in … … 22 20 #define paramreferences (filename) 23 21 #define paramvalids \ 24 (FilePresentValidator() && FileSuffixValidator("py"))22 (FilePresentValidator()) 25 23 26 24 #undef statetypes
Note:
See TracChangeset
for help on using the changeset viewer.