- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FillAction/SuspendInMoleculeAction.def
r2440ce raa55d0 17 17 #include "Parameters/Validators/RangeValidator.hpp" 18 18 #include "Parameters/Validators/STLVectorValidator.hpp" 19 #include "Parameters/Validators/Ops_Validator.hpp"20 19 #include "Parameters/Validators/Specific/BoxLengthValidator.hpp" 21 20 #include "Parameters/Validators/Specific/VectorZeroOneComponentsValidator.hpp" … … 26 25 #define paramtypes (double)(double)(double)(double)(bool) 27 26 #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") 29 28 #define paramdefaults (PARAM_DEFAULT(1.))(PARAM_DEFAULT(1.))(PARAM_DEFAULT(0.))(PARAM_DEFAULT(0.))(PARAM_DEFAULT(false)) 30 29 #define paramreferences (density)(mindistance)(RandAtomDisplacement)(RandMoleculeDisplacement)(DoRotate) 31 30 #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())) \ 33 32 (BoxLengthValidator()) \ 34 33 (BoxLengthValidator()) \
Note:
See TracChangeset
for help on using the changeset viewer.