Skip to content

Commit

Permalink
- fixed path to reference file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Walther committed Aug 28, 2015
1 parent 708894f commit f33f672
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ loadFile("../BouncingBall.mo");
setCommandLineOptions("+simCodeTarget=Cpp"); getErrorString();
simulate(BouncingBall,method="dassl",stopTime=1.0, tolerance=1e-10, numberOfIntervals=100,outputFormat="mat",simflags="-port=41442 -logFormat=xml -override=startTime=0,stopTime=4,stepSize=0.008,tolerance=0.0001,solver=dassl,outputFormat=mat,variableFilter=.* -r=BouncingBall_res.mat -dasslJacobian=coloredNumerical -emit_protected -w -lv=LOG_STATS");
res := OpenModelica.Scripting.compareSimulationResults("BouncingBall_res.mat",
"ReferenceFiles/BouncingBall.mat",
"../ReferenceFiles/BouncingBall.mat",
"BouncingBall_diff.csv",0.01,0.0001,
{"h","v"});

Expand Down

0 comments on commit f33f672

Please sign in to comment.