CARLsim4 icon indicating copy to clipboard operation
CARLsim4 copied to clipboard

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

Open hkashyap opened this issue 4 years ago • 0 comments

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.");

hkashyap avatar Apr 20 '20 19:04 hkashyap