Skip to content

Commit

Permalink
--new-window flag for visualize API.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 1, 2012
1 parent ef257dc commit f4f0e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Script/CevalScript.mo
Expand Up @@ -2077,7 +2077,7 @@ algorithm
// create the path till OMVisualize
str2 = stringAppendList({omhome,pd,"bin",pd,"OMVisualize",s1});
// create the list of arguments for OMVisualize
str3 = "--visualizationfile=\"" +& str1 +& "\" --simulationfile=\"" +& filename +& "\"";
str3 = "--visualizationfile=\"" +& str1 +& "\" --simulationfile=\"" +& filename +& "\"" +& " --new-window=" +& boolString(externalWindow);
call = str2 +& " " +& str3;

0 = System.spawnCall(str2, call);
Expand Down

0 comments on commit f4f0e99

Please sign in to comment.