Skip to content

Commit 7ee9e40

Browse files
committed
Removed set status control in stimulation device solves issue No.83 of EBRAINS-cosim
1 parent b1e7bcc commit 7ee9e40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nestkernel/stimulation_device.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ void
123123
nest::StimulationDevice::set_status( const DictionaryDatum& d )
124124
{
125125

126-
if ( kernel().simulation_manager.has_been_prepared() )
127-
{
128-
throw BadProperty( "Input parameters cannot be changed while inside a Prepare/Run/Cleanup context." );
129-
}
130126
Parameters_ ptmp = P_; // temporary copy in case of errors
131127
ptmp.set( d ); // throws if BadProperty
132128

0 commit comments

Comments
 (0)