diff layer/PaintAssistant.cpp @ 706:97ea68f62c1f imaf_enc

Merge from default branch
author Chris Cannam
date Thu, 05 Dec 2013 09:47:02 +0000
parents 1a0dfcbffaf1
children b66fb15de477
line wrap: on
line diff
--- a/layer/PaintAssistant.cpp	Mon Nov 04 17:12:32 2013 +0000
+++ b/layer/PaintAssistant.cpp	Thu Dec 05 09:47:02 2013 +0000
@@ -52,13 +52,13 @@
         } while (!round && mult < limit);
         if (round) {
             mult /= 10;
-//            std::cerr << "\n\nstep goes from " << step;
+//            cerr << "\n\nstep goes from " << step;
             step = float(round) / mult;
             n = lrintf((maxVal - minVal) / step);
             if (mult > 1) {
                 mult /= 10;
             }
-//            std::cerr << " to " << step << " (n = " << n << ")" << std::endl;
+//            cerr << " to " << step << " (n = " << n << ")" << endl;
         }
     }