Skip to content

Commit

Permalink
Removed a debug line from last commit(#3907)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Björn Zachrisson committed Feb 20, 2009
1 parent 053de6c commit a1dfceb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/Values.mo
Expand Up @@ -373,7 +373,6 @@ algorithm
outv;
case (REAL(rv1),INTEGER(iv2), POWOP)
equation
print(" REAL-INTEGER \n");
rv2 = intReal(iv2);
rv3 = realPow(rv1, rv2);
then
Expand Down

0 comments on commit a1dfceb

Please sign in to comment.