Skip to content

Commit

Permalink
- do not delete Modelica.Fluid anymore!
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10580 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 25, 2011
1 parent a3c87a8 commit e21725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/OMCProxy.cpp
Expand Up @@ -726,7 +726,7 @@ void OMCProxy::loadStandardLibrary()
double version = versionStr.toDouble();

if (version >= 3.0 && version < 4.0) {
deleteClass("Modelica.Fluid");
/* adrpo: DO NOT DELETE Modeilca.Fluid anymore! deleteClass("Modelica.Fluid"); */
} else if (!versionLst.empty()) {
if (version < 2) sendCommand("setAnnotationVersion(\"1.x\")");
else if (version < 3) sendCommand("setAnnotationVersion(\"2.x\")");
Expand Down

0 comments on commit e21725c

Please sign in to comment.