Skip to content

Commit

Permalink
- Small fix for HashTable6.mo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16760 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Leonardo Laguna committed Aug 8, 2013
1 parent 2ce9bd5 commit 1b03bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/HashTable6.mo
Expand Up @@ -71,7 +71,7 @@ protected function hashFunc
output Integer res;
protected
String crstr;
ComponentReference.ComponentRef cr1,cr2;
DAE.ComponentRef cr1,cr2;
algorithm
(cr1,cr2) := key;
// Use same factor as Djb2 hash (33)
Expand Down

0 comments on commit 1b03bf7

Please sign in to comment.