Skip to content

Commit

Permalink
Fix expected filename of _ref.opt
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Jan 20, 2017
1 parent b143f56 commit aab7efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion special/FmuExportCrossCompile/fmuExportCrossCompile.mos
Expand Up @@ -75,7 +75,7 @@ for c in {"FmuExportCrossCompile","RoomHeating_OM.RH","WaterTank.Control","Water
if r=="Failed" then
exit(1);
end if;
writeFile(c+"_ref.opt", "StartTime, "+String(start)+"
writeFile(c2+"_ref.opt", "StartTime, "+String(start)+"
StopTime, "+String(stop)+"
StepSize, "+String((stop-start)/2000)+"
RelTol, "+String(tolerance)+"
Expand Down

0 comments on commit aab7efc

Please sign in to comment.