Skip to content

Commit 107be73

Browse files
committed
fix version for FMI 1.0 test
1 parent 9bc75fc commit 107be73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ equation
2020
der(y2) = y1;
2121
end DIC;
2222
");
23-
translateModelFMU(DIC, version = "2.0"); getErrorString();
23+
translateModelFMU(DIC); getErrorString();
2424

2525
loadModel(Modelica); getErrorString();
2626
importFMU("DIC.fmu"); getErrorString();

0 commit comments

Comments
 (0)