MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / validateconfig_getEpsilon

Function validateconfig_getEpsilon

quest/src/core/validation.cpp:1228–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226 global_validationEpsilon = envvars_getDefaultValidationEpsilon();
1227}
1228qreal validateconfig_getEpsilon() {
1229 return global_validationEpsilon;
1230}
1231
1232bool isNumericalValidationDisabled() {
1233 return (

Callers 3

printPrecisionInfoFunction · 0.85
getValidationEpsilonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected