Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/LoadAction.def

    r78d5b2 r6ba9ba  
    1111#include <boost/shared_ptr.hpp>
    1212
     13#include "Parameters/Validators/Ops_Validator.hpp"
     14#include "Parameters/Validators/Specific/FilePresentValidator.hpp"
     15#include "Parameters/Validators/Specific/ParserFileValidator.hpp"
     16
    1317// i.e. there is an integer with variable name Z that can be found in
    1418// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    15 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     19// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1620#define paramtypes (boost::filesystem::path)
    1721#define paramtokens ("load")
     
    1923#undef paramdefaults
    2024#define paramreferences (filename)
     25#define paramvalids \
     26(FilePresentValidator() && ParserFileValidator())
    2127
    2228#define statetypes (moleculeId_t)(std::string)(std::string)(boost::shared_ptr<FormatParser_Parameters>)
Note: See TracChangeset for help on using the changeset viewer.