Skip to content

Commit

Permalink
-Made DAE.transformIfEqToExpr public again since MathCore uses it in …
Browse files Browse the repository at this point in the history
…their backend.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5930 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Aug 17, 2010
1 parent 1dc7a51 commit 31bc139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/DAEUtil.mo
Expand Up @@ -2637,7 +2637,7 @@ algorithm
end matchcontinue;
end getAllExpsExtarg;

protected function transformIfEqToExpr
public function transformIfEqToExpr
"function: transformIfEqToExpr
transform all if equations to ordinary equations involving if-expressions"
input DAE.DAElist inDAElist;
Expand Down

0 comments on commit 31bc139

Please sign in to comment.