diff options
Diffstat (limited to 'editors/MathPlanner/files/patch-Maxmin.cpp')
-rw-r--r-- | editors/MathPlanner/files/patch-Maxmin.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/MathPlanner/files/patch-Maxmin.cpp b/editors/MathPlanner/files/patch-Maxmin.cpp deleted file mode 100644 index e70aff79ee26..000000000000 --- a/editors/MathPlanner/files/patch-Maxmin.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Maxmin.cpp.orig Fri Oct 11 19:16:00 2002 -+++ src/Maxmin.cpp Sun Sep 12 00:26:29 2004 -@@ -26,10 +26,10 @@ - b=Outer->Calculate(); - - if (a.type==MN_REAL && b.type==MN_REAL) { -- if (Opr==0) if (a.R<b.R) value=a; -+ if (Opr==0) if (a.mpl.m.R<b.mpl.m.R) value=a; - else value=b; - -- if (Opr==1) if (a.R>b.R) value=a; -+ if (Opr==1) if (a.mpl.m.R>b.mpl.m.R) value=a; - else value=b; - } - else { Error_flag=true; AppControl->AddError(QObject::tr("Only Real numbers are supported")); } |