Skip to content

Commit

Permalink
Update for improved handling of loading libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Jan 12, 2018
1 parent 25e1a3a commit eb0d38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openmodelica/interactive-API/Bug2871.mos
@@ -1,7 +1,7 @@
// name: Bug2871.mos [BUG #2871]
// keywords: check that the initial environment is cloned when is returned
// status: correct
//
//
// Checks that the intial environment is cloned when returned (as the env now has destructive updates)
//

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/hpcom/BouncingBall.mo
Expand Up @@ -15,6 +15,6 @@ equation
flying = v_new > 0;
reinit(v,v_new);
end when;
annotation (uses(Modelica(version="3.2")));
annotation (uses(Modelica(version="3.2.2")));
end BouncingBall;

0 comments on commit eb0d38c

Please sign in to comment.