diff options
Diffstat (limited to 'examples/minimal3.modelica')
-rw-r--r-- | examples/minimal3.modelica | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/minimal3.modelica b/examples/minimal3.modelica deleted file mode 100644 index 1e9a211..0000000 --- a/examples/minimal3.modelica +++ /dev/null @@ -1,8 +0,0 @@ -model MinimalModel - parameter Real a; - Real b; -equation - connect(a, b); - a = 1; - b = (abs(a) + 2) / 4; -end FirstOrder; |