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

Function isNumericalValidationDisabled

quest/src/core/validation.cpp:1232–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232bool isNumericalValidationDisabled() {
1233 return (
1234 global_isValidationEnabled == 0 ||
1235 global_validationEpsilon == 0);
1236}
1237
1238
1239

Calls

no outgoing calls

Tested by

no test coverage detected