From 5a7990e1a40a2f56cd065f64f86bc4457c31fc09 Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Sat, 25 Sep 2010 23:18:32 +0000 Subject: [PATCH] - use intEq instead of equality. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Compiler/Inst.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/Inst.mo b/Compiler/Inst.mo index adbb3ad6bbe..83fbbdcd2d8 100644 --- a/Compiler/Inst.mo +++ b/Compiler/Inst.mo @@ -9051,7 +9051,7 @@ algorithm DAE.Dimension de; case (DAE.DIM_INTEGER(integer = xI), DAE.DIM_INTEGER(integer = yI)) equation - equality(xI = yI); + true = intEq(xI, yI); // equality(xI = yI); then inDimension1; case (DAE.DIM_UNKNOWN, de) then de;