Skip to content

Commit

Permalink
- bugfix type of constant
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15568 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Mar 14, 2013
1 parent 324be10 commit 736116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendVariable.mo
Expand Up @@ -70,7 +70,7 @@ protected import Types;
* =======================================================
*/

protected constant Integer HASHVECFACTOR = 1.4;
protected constant Real HASHVECFACTOR = 1.4;

/* =======================================================
*
Expand Down

0 comments on commit 736116d

Please sign in to comment.