Skip to content

Commit a1dfceb

Browse files
author
Björn Zachrisson
committed
Removed a debug line from last commit(#3907)
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 053de6c commit a1dfceb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Compiler/Values.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ algorithm
373373
outv;
374374
case (REAL(rv1),INTEGER(iv2), POWOP)
375375
equation
376-
print(" REAL-INTEGER \n");
377376
rv2 = intReal(iv2);
378377
rv3 = realPow(rv1, rv2);
379378
then

0 commit comments

Comments
 (0)