Skip to content

Commit

Permalink
Merge 9e9a6c2 into 88e670c
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 17, 2019
2 parents 88e670c + 9e9a6c2 commit 338ea05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions models/hodgkin_huxley_squid_axon_model_1952.cellml
Expand Up @@ -421,7 +421,6 @@
<variable name="i_L" public_interface="out" units="microA_per_cm2"/>
<variable initial_value="0.3" name="g_L" units="milliS_per_cm2"/>
<variable name="E_L" units="millivolt"/>
<variable name="time" public_interface="in" units="millisecond"/>
<variable name="V" public_interface="in" units="millivolt"/>
<variable name="E_R" public_interface="in" units="millivolt"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
Expand Down Expand Up @@ -484,10 +483,6 @@
<map_components component_1="potassium_channel" component_2="environment"/>
<map_variables variable_1="time" variable_2="time"/>
</connection>
<connection>
<map_components component_1="leakage_current" component_2="environment"/>
<map_variables variable_1="time" variable_2="time"/>
</connection>
<connection>
<map_components component_1="membrane" component_2="sodium_channel"/>
<map_variables variable_1="V" variable_2="V"/>
Expand Down
5 changes: 0 additions & 5 deletions models/noble_model_1962.cellml
Expand Up @@ -482,7 +482,6 @@
<variable name="i_Leak" public_interface="out" units="microA_per_cm2"/>
<variable initial_value="0.075" name="g_L" units="milliS_per_cm2"/>
<variable initial_value="-60" name="E_L" units="millivolt"/>
<variable name="time" public_interface="in" units="millisecond"/>
<variable name="V" public_interface="in" units="millivolt"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
Expand Down Expand Up @@ -535,10 +534,6 @@
<map_components component_1="potassium_channel" component_2="environment"/>
<map_variables variable_1="time" variable_2="time"/>
</connection>
<connection>
<map_components component_1="leakage_current" component_2="environment"/>
<map_variables variable_1="time" variable_2="time"/>
</connection>
<connection>
<map_components component_1="membrane" component_2="sodium_channel"/>
<map_variables variable_1="V" variable_2="V"/>
Expand Down

0 comments on commit 338ea05

Please sign in to comment.