Skip to content

Commit

Permalink
- Use .mat outputFormat when using the +s option to command-line omc
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 1, 2011
1 parent 920eb52 commit 6942d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Main/Main.mo
Expand Up @@ -939,7 +939,7 @@ algorithm
Debug.fcall("execstat",print, "*** Main -> simcodgen -> generateFunctions: " +& realString(clock()) +& "\n" );
methodflag = RTOpts.debugFlag("SetOldDassl");
methodbyflag = Util.if_(methodflag,"dasslold","dassl");
simSettings = SimCode.createSimulationSettings(0.0, 1.0, 500, 1e-6,methodbyflag,"","plt",".*");
simSettings = SimCode.createSimulationSettings(0.0, 1.0, 500, 1e-6,methodbyflag,"","mat",".*");
(_,_,_,_) = SimCode.generateModelCode(p, dae, indexed_dlow_1, Env.getFunctionTree(cache), classname, cname_str, file_dir, ass1, ass2, m, mt, comps, SOME(simSettings));
then
();
Expand Down

0 comments on commit 6942d20

Please sign in to comment.