Skip to content

Commit

Permalink
- moved Static import to the protected section
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jan 20, 2010
1 parent 499892d commit 4d6479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Connect.mo
Expand Up @@ -45,7 +45,6 @@ package Connect
in DAE.mo."


public import Static;
public import DAE;
public import Env;
public import Prefix;
Expand Down Expand Up @@ -113,6 +112,7 @@ public constant Sets emptySet=SETS({},{},{},{});

protected import Exp;
protected import DAEUtil;
protected import Static;

public function addDeletedComponent "Adds a deleted component, i.e. conditional component
with condition = false, to Sets, if condition b is false"
Expand Down

0 comments on commit 4d6479e

Please sign in to comment.