Skip to content

Commit

Permalink
- Fixing minimal error on function
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15459 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Leonardo Laguna committed Mar 4, 2013
1 parent d2be516 commit 0e559ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/HashTable6.mo
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ end FuncExpStr;

protected function hashFunc
"Calculates a hash value for Key"
input Key cr;
input Key key;
input Integer mod;
output Integer res;
protected
Expand Down

0 comments on commit 0e559ca

Please sign in to comment.