Skip to content

Commit 1039852

Browse files
committed
modeq directory path changed to Compiler
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1785 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 78e7974 commit 1039852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Compiler/Ceval.rml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ end
11211121
*)
11221122
System.path_delimiter => pd &
11231123
System.read_env("OPENMODELICAHOME") => omhome &
1124-
Util.string_append_list([omhome, pd, "modeq", pd, "scripts", pd, "Compile ", makefilename]) => s_call &
1124+
Util.string_append_list([omhome, pd, "Compiler", pd, "scripts", pd, "Compile ", makefilename]) => s_call &
11251125

11261126
System.system_call(s_call) => 0 &
11271127
Util.string_append_list([".", pd, cname_str]) => sim_call &
@@ -1204,7 +1204,7 @@ end
12041204
System.pwd() => pwd &
12051205
System.read_env("OPENMODELICAHOME") => omhome &
12061206
System.path_delimiter => pd &
1207-
Util.string_append_list([omhome,pd,"modeq",pd,"scripts",pd,"doPlot"]) => plotCmd &
1207+
Util.string_append_list([omhome,pd,"Compiler",pd,"scripts",pd,"doPlot"]) => plotCmd &
12081208
Util.string_append_list([pwd,pd,"tmpPlot.plt"]) => tmpPlotFile &
12091209
Values.write_ptolemyplot_dataset(tmpPlotFile,value,vars'',"Plot by OpenModelica")
12101210
=> res &
@@ -1375,7 +1375,7 @@ end
13751375

13761376
rule System.read_env("OPENMODELICAHOME") => omhome &
13771377
System.path_delimiter => pd &
1378-
Util.string_append_list([omhome,pd,"modeq",pd,"helptext.txt"]) => filename &
1378+
Util.string_append_list([omhome,pd,"Compiler",pd,"helptext.txt"]) => filename &
13791379
print filename &
13801380
System.read_file(filename) => str
13811381
--------------------------

0 commit comments

Comments
 (0)