Ignore:
File:
1 edited

Legend:

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

    r6ba9ba re4afb4  
    99class MoleculeListClass;
    1010
    11 #include "Parameters/Validators/Ops_Validator.hpp"
    12 #include "Parameters/Validators/Specific/FilePresentValidator.hpp"
    13 
    1411// i.e. there is an integer with variable name Z that can be found in
    1512// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    16 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
     13// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
    1714#define paramtypes (boost::filesystem::path)
    1815#define paramtokens ("save-adjacency")
     
    2017#undef paramdefaults
    2118#define paramreferences (adjacencyfile)
    22 #define paramvalids \
    23 (!FilePresentValidator())
    2419
    2520#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.