Skip to content

Commit 24a13b5

Browse files
committed
children name collision (gates) for ionChannelKS
1 parent c9cb7ec commit 24a13b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NeuroML2CoreTypes/Channels.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
<ComponentType name="ionChannelKS"
589589
extends="ionChannel"
590590
description="A kinetic scheme based ion channel with multiple _gateKS_s, each of which consists of multiple _KSState_s and _KSTransition_s giving the rates of transition between them">
591-
<Children name="gates" type="gateKS"/>
591+
<Children name="gatesKS" type="gateKS"/>
592592

593593
<Text name="species"/>
594594

0 commit comments

Comments
 (0)