Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AtomAction/SaveSelectedAtomsAction.def

    rfe6f20 r6ba9ba  
    99
    1010
     11#include "Parameters/Validators/Ops_Validator.hpp"
     12#include "Parameters/Validators/Specific/FilePresentValidator.hpp"
     13#include "Parameters/Validators/Specific/ParserFileValidator.hpp"
     14
    1115// i.e. there is an integer with variable name Z that can be found in
    1216// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    13 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     17// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1418#define paramtypes (boost::filesystem::path)
    1519#define paramtokens ("save-selected-atoms")
     
    1721#undef paramdefaults
    1822#define paramreferences (filename)
     23#define paramvalids \
     24(!FilePresentValidator() && ParserFileValidator())
    1925
    2026#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.