From 3983ac71d8911234342386aed897d6d2f9fef13f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 26 Dec 2016 05:01:29 -0800 Subject: remove metadata.toml Grab name and decription from modelica source. Only keep around examples in .toml (so far unimplemented) --- examples/hodgkin_huxley/model.modelica | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/hodgkin_huxley/model.modelica') 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"; -- cgit v1.2.3