Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FillAction/SuspendInMoleculeAction.def

    r2440ce raa55d0  
    1717#include "Parameters/Validators/RangeValidator.hpp"
    1818#include "Parameters/Validators/STLVectorValidator.hpp"
    19 #include "Parameters/Validators/Ops_Validator.hpp"
    2019#include "Parameters/Validators/Specific/BoxLengthValidator.hpp"
    2120#include "Parameters/Validators/Specific/VectorZeroOneComponentsValidator.hpp"
     
    2625#define paramtypes (double)(double)(double)(double)(bool)
    2726#define paramtokens ("density")("min-distance")("random-atom-displacement")("random-molecule-displacement")("DoRotate")
    28 #define paramdescriptions ("desired density for the total domain, unequal 1.")("minimum distance of water molecules to present atoms")("magnitude of random atom displacement")("magnitude of random molecule displacement")("whether to rotate or not")
     27#define paramdescriptions ("desired density for the total domain")("minimum distance of water molecules to present atoms")("magnitude of random atom displacement")("magnitude of random molecule displacement")("whether to rotate or not")
    2928#define paramdefaults (PARAM_DEFAULT(1.))(PARAM_DEFAULT(1.))(PARAM_DEFAULT(0.))(PARAM_DEFAULT(0.))(PARAM_DEFAULT(false))
    3029#define paramreferences (density)(mindistance)(RandAtomDisplacement)(RandMoleculeDisplacement)(DoRotate)
    3130#define paramvalids \
    32 (RangeValidator< double >(0., 1. - std::numeric_limits<double>::epsilon()) || RangeValidator< double >(1. + std::numeric_limits<double>::epsilon(), std::numeric_limits<double>::max())) \
     31(RangeValidator< double >(0., std::numeric_limits<double>::max())) \
    3332(BoxLengthValidator()) \
    3433(BoxLengthValidator()) \
Note: See TracChangeset for help on using the changeset viewer.