Skip to content

Commit

Permalink
Quick and dirty solution for <Text> inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
borismarin authored Jul 4, 2016
1 parent 1275648 commit 53c7624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeuroML2CoreTypes/Channels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
<ComponentType name="ionChannelPassive"
extends="ionChannel"
description="Simple passive ion channel where the constant conductance through the channel is equal to _conductance">

<Text name="species"/> <!-- quick and dirty workaround - sould inherit that from IonChannelHH-->
<Dynamics>
<DerivedVariable name="fopen" exposure="fopen" value="1" dimension="none"/>
<DerivedVariable name="g" exposure="g" value="conductance" dimension="conductance"/>
Expand Down

0 comments on commit 53c7624

Please sign in to comment.