Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neuronmonitor declaration in CONFIG state -- fix message saying config or setup #84

Open
hkashyap opened this issue Apr 20, 2020 · 0 comments

Comments

@hkashyap
Copy link
Contributor

In carlsim/interface/src/carlsim.cpp

UserErrors::assertTrue(carlsimState_ == CONFIG_STATE,
UserErrors::CAN_ONLY_BE_CALLED_IN_STATE, funcName, funcName, "CONFIG or SETUP.");
should be changed to:
UserErrors::assertTrue(carlsimState_ == CONFIG_STATE,
UserErrors::CAN_ONLY_BE_CALLED_IN_STATE, funcName, funcName, "CONIG.");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant