summaryrefslogtreecommitdiff
path: root/src/main/Simulator/PlotGraph.mos
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Simulator/PlotGraph.mos')
-rw-r--r--src/main/Simulator/PlotGraph.mos5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/Simulator/PlotGraph.mos b/src/main/Simulator/PlotGraph.mos
deleted file mode 100644
index ba72a47..0000000
--- a/src/main/Simulator/PlotGraph.mos
+++ /dev/null
@@ -1,5 +0,0 @@
-loadModel(Modelica);
-loadFile("Simulator/package.mo");
-loadFile("BinaryEnvelopes.mo");
-loadFile("Graph.mo");
-simulate(Graph, outputFormat="csv", stopTime=1.0, numberOfIntervals=1);