Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/CommandAction/LoadSessionAction.def

    r95cfac r12d946  
    99#include <boost/filesystem/path.hpp>
    1010
    11 #include "Parameters/Validators/Ops_Validator.hpp"
    1211#include "Parameters/Validators/Specific/FilePresentValidator.hpp"
    13 #include "Parameters/Validators/Specific/FileSuffixValidator.hpp"
    1412
    1513// i.e. there is an integer with variable name Z that can be found in
     
    2220#define paramreferences (filename)
    2321#define paramvalids \
    24 (FilePresentValidator() && FileSuffixValidator("py"))
     22(FilePresentValidator())
    2523
    2624#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.