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

Function validate_newEpsilonValue

quest/src/core/validation.cpp:1492–1495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1490}
1491
1492void validate_newEpsilonValue(qreal eps, const char* caller) {
1493
1494 assertThat(eps >= 0, report::INVALID_NEW_EPSILON, {{"${NEW_EPS}", eps}}, caller);
1495}
1496
1497void validate_newMaxNumReportedScalars(qindex numRows, qindex numCols, const char* caller) {
1498

Callers 1

setValidationEpsilonFunction · 0.85

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected