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

Function error_attemptedToParseRealFromInvalidString

quest/src/core/errors.cpp:826–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826void error_attemptedToParseRealFromInvalidString() {
827
828 raiseInternalError("A function attempted to parse a string to a qreal but the string was not validly formatted. This should have been caught by prior user validation.");
829}
830
831void error_attemptedToParseOutOfRangeReal() {
832

Callers 2

parser_isValidRealFunction · 0.85
parser_parseRealFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected