Ignore:
File:
1 edited

Legend:

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

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