# | Line 164 | Line 164 | void Globals::validate() { | |
---|---|---|
164 | CheckParameter(MinimizerLSMaxIter, isPositive()); | |
165 | CheckParameter(ZconsGap, isPositive()); | |
166 | CheckParameter(ZconsFixtime, isPositive()); | |
167 | < | CheckParameter(ThermodynamicIntegrationLambda, isPositive()); |
167 | > | CheckParameter(ThermodynamicIntegrationLambda, isNonNegative()); |
168 | CheckParameter(ThermodynamicIntegrationK, isPositive()); | |
169 | CheckParameter(ForceFieldVariant, isNotEmpty()); | |
170 | CheckParameter(ForceFieldFileName, isNotEmpty()); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |