From 6c9ec4f093ecfa48fe3a4a3fa99de16c5676d7dc Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 16 Jan 2017 16:24:09 -0800 Subject: update remaining models --- examples/von_bertalanffy/model.modelica | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 examples/von_bertalanffy/model.modelica (limited to 'examples/von_bertalanffy/model.modelica') diff --git a/examples/von_bertalanffy/model.modelica b/examples/von_bertalanffy/model.modelica deleted file mode 100644 index 4eb45f6..0000000 --- a/examples/von_bertalanffy/model.modelica +++ /dev/null @@ -1,7 +0,0 @@ -model VonBertalanffyGrowth - parameter Real K "growth rate"; - parameter Real L "asymptotic final size"; - Real l "length"; -equation - der(l) = K * (L - l); -end VonBertalanffyGrowth; -- cgit v1.2.3