Ticket #1741: Test.mos

File Test.mos, 129 bytes (added by mburisch, 12 years ago)
Line 
1loadFile("test.mo");
2getErrorString();
3setEnvironmentVar("MODELICAUSERCFLAGS", "-L.");
4simulate(Test, stopTime=10);
5
6plot({x,y});