You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: cse::fixed_step_algorithm::impl::impl: Input requirement not satisfied: baseStepSize.count() > 0
The text was updated successfully, but these errors were encountered:
markaren
changed the title
Cryptic error message with ill-defined osp:FixedStepMaster in SSP
Cryptic error message with ill-defined or missing osp:FixedStepMaster in SSP
Aug 27, 2019
I agree. No errors generated by CSE_INPUT_CHECK() should ever be shown to the user. They are for the programmers' benefit alone.
In fact, I'd say that all std::logic_error-derived exceptions point to program errors, not user errors. (It's kind of analogous to the Error and RuntimeException classes in Java.) In CSE CLI I've made this explicit by prepending such error messages (if they ever occur) with "Internal error:" rather than just "Error:" to make it obvious that the programmer is to blame, not the user.
This may be nitpicking, but the following error message is a bit "out there" when the user does not properly define the
e.g by misspelling
FixedStepMaster
The error:
The text was updated successfully, but these errors were encountered: