Skip to content

Commit

Permalink
Update global_things.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver authored Nov 9, 2023
1 parent c3838c2 commit c1f1ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/global_things.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace hy_global {
kErrorStringMatrixExportError ("Export matrix called with a non-polynomial matrix argument"),
kErrorStringNullOperand ("Attempting to operate on an undefined value; this is probably the result of an earlier 'soft' error condition"),
kErrorNumerical ("To treat numerical errors as warnings, please specify \"ENV=TOLERATE_NUMERICAL_ERRORS=1;\" as the command line argument. This often resolves the issue, which is indicative of numerical instability."),
kHyPhyVersion = _String ("2.5.56"),
kHyPhyVersion = _String ("2.5.57"),

kNoneToken = "None",
kNullToken = "null",
Expand Down

0 comments on commit c1f1ca1

Please sign in to comment.