Skip to content

Commit 8e086d2

Browse files
committed
change remaining get_output_state_ functions
1 parent 6bfe0aa commit 8e086d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/sir_neuron.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void
5959
RecordablesMap< sir_neuron >::create()
6060
{
6161
// use standard names whereever you can for consistency!
62-
insert_( names::S, &sir_neuron::get_output_state__ );
62+
insert_( names::S, &sir_neuron::get_output_state_ );
6363
insert_( names::h, &sir_neuron::get_input__ );
6464
}
6565

0 commit comments

Comments
 (0)