Ignore:
File:
1 edited

Legend:

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

    r95cfac r6ba9ba  
    1010#include "Graph/BondGraph.hpp"
    1111
    12 #include "Parameters/Validators/Ops_Validator.hpp"
    1312#include "Parameters/Validators/Specific/FilePresentValidator.hpp"
    14 #include "Parameters/Validators/Specific/FileSuffixValidator.hpp"
    1513
    1614// i.e. there is an integer with variable name Z that can be found in
     
    2321#define paramreferences (BondGraphFileName)
    2422#define paramvalids \
    25 (FilePresentValidator() && (FileSuffixValidator("dat") || FileSuffixValidator("db")))
     23(FilePresentValidator())
    2624
    2725#define statetypes (std::string)
Note: See TracChangeset for help on using the changeset viewer.