Skip to content

Commit fb796ec

Browse files
committed
- Correction for ModelicaTest version
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13799 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 1972b14 commit fb796ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/BuildModelRecursive.mos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dateAndTime:=readFile("tmp.date");
1515
system("rm -f tmp.date");
1616

1717
if runModelicaTest then
18-
loadModel(ModelicaTest,{"1.1"});
19-
loadModelicaTest:="\nloadModel(ModelicaTest,{\"1.1\"});\n";
18+
loadModel(ModelicaTest,{"3.2.1"});
19+
loadModelicaTest:="\nloadModel(ModelicaTest,{\"3.2.1\"});\n";
2020
else
2121
loadModelicaTest:="";
2222
end if;

0 commit comments

Comments
 (0)