diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-12-26 05:01:29 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-12-26 05:01:31 -0800 |
commit | 3983ac71d8911234342386aed897d6d2f9fef13f (patch) | |
tree | 3646646feddeb5fbc5ce8b3176e2a7bae9753f34 /examples/hodgkin_huxley/model.modelica | |
parent | c12c61cb0f34df3421b9e967e74c0603f9e44a0f (diff) | |
download | modelthing-3983ac71d8911234342386aed897d6d2f9fef13f.tar.gz modelthing-3983ac71d8911234342386aed897d6d2f9fef13f.zip |
remove metadata.toml
Grab name and decription from modelica source.
Only keep around examples in .toml (so far unimplemented)
Diffstat (limited to 'examples/hodgkin_huxley/model.modelica')
-rw-r--r-- | examples/hodgkin_huxley/model.modelica | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hodgkin_huxley/model.modelica b/examples/hodgkin_huxley/model.modelica index 9153799..532bdac 100644 --- a/examples/hodgkin_huxley/model.modelica +++ b/examples/hodgkin_huxley/model.modelica @@ -1,4 +1,5 @@ model HodgkinHuxley + "Predator-Prey Model" parameter Real G_Na =120 "conductance"; parameter Real G_K =36 "conductance"; parameter Real G_lk =0.3 "conductance"; |