Skip to content

Commit

Permalink
- bugfix for last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 29, 2012
1 parent 0bff240 commit 77dc365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendVarTransform.mo
Expand Up @@ -797,7 +797,7 @@ algorithm
HashTable2.HashTable ht,derConst;
case REPLACEMENTS(hashTable = ht,derConst=NONE())
then
intGt(BaseHashTable.hashTableCurrentSize(ht),0);
intLt(BaseHashTable.hashTableCurrentSize(ht),1);
case REPLACEMENTS(derConst=SOME(_)) then false;
end match;
end replacementEmpty;
Expand Down

0 comments on commit 77dc365

Please sign in to comment.