Skip to content

Commit

Permalink
Added superclass (archiving_node) get_status to parrot_neuron;
Browse files Browse the repository at this point in the history
  • Loading branch information
seeholza committed Oct 19, 2015
1 parent 0c20ff3 commit 4d939e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/parrot_neuron.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void
parrot_neuron::get_status( DictionaryDatum& d ) const
{
def< double >( d, names::t_spike, get_spiketime_ms() );
Archiving_Node::get_status( d );
}

void
Expand Down

0 comments on commit 4d939e5

Please sign in to comment.