Skip to content

Commit 203c683

Browse files
author
Håkan Lundvall
committed
Fixed bugg with plot
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent bc90cbb commit 203c683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeq/ceval.rml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ relation ceval_interactive_functions: (Env.Env, Exp.Exp, Interactive.Interactive
908908
Util.string_append_list([pwd,pd,"tmpPlot.plt"]) => tmpPlotFile &
909909
Values.write_ptolemyplot_dataset(tmpPlotFile,value,vars'',"Plot by OpenModelica")
910910
=> res &
911-
Util.string_append_list(["\"", plotCmd, "\" \"", tmpPlotFile,"\""]) => call &
911+
Util.string_append_list([plotCmd, " \"", tmpPlotFile,"\""]) => call &
912912
System.system_call(call) => _
913913
------------------------------------
914914
ceval_interactive_functions (env, Exp.CALL(Absyn.IDENT("plot"),[Exp.ARRAY(_,_,vars)],_,_),st as Interactive.SYMBOLTABLE(p,sp,ic,iv,cf))

0 commit comments

Comments
 (0)