Ignore:
File:
1 edited

Legend:

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

    rb1ac7a r6ba9ba  
    1010#include "Graph/BondGraph.hpp"
    1111
     12#include "Parameters/Validators/Specific/FilePresentValidator.hpp"
     13
    1214// i.e. there is an integer with variable name Z that can be found in
    1315// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    14 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     16// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1517#define paramtypes (boost::filesystem::path)
    1618#define paramtokens ("bond-table")
     
    1820#undef paramdefaults
    1921#define paramreferences (BondGraphFileName)
     22#define paramvalids \
     23(FilePresentValidator())
    2024
    2125#define statetypes (std::string)
Note: See TracChangeset for help on using the changeset viewer.