| 829 | } |
| 830 | |
| 831 | void error_attemptedToParseOutOfRangeReal() { |
| 832 | |
| 833 | raiseInternalError("A function attempted to parse a string to a qreal but the numerical value of the string literal exceeded the range of the qreal. This should have been caught by prior user validation."); |
| 834 | } |
| 835 | |
| 836 | void error_attemptedToParsePauliStringFromInvalidString() { |
| 837 |
no test coverage detected