Skip to content

Commit

Permalink
- Some small fixes in SCodeFlatten.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Apr 7, 2011
1 parent bc9497a commit 43d582e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/SCodeEnv.mo
Expand Up @@ -1755,7 +1755,7 @@ public uniontype AvlTree
"The binary tree data structure"
record AVLTREENODE
Option<AvlTreeValue> value "Value";
Integer height "heigth of tree, used for balancing";
Integer height "height of tree, used for balancing";
Option<AvlTree> left "left subtree";
Option<AvlTree> right "right subtree";
end AVLTREENODE;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/SCodeLookup.mo
Expand Up @@ -247,7 +247,7 @@ public function lookupInBaseClasses
output Absyn.Path outPath;
output Absyn.Path outBaseClass;
output Env outEnv;

protected
Env env;
list<Extends> bcl;
algorithm
Expand Down

0 comments on commit 43d582e

Please sign in to comment.