[Kst] extragear/graphics/kst/kst

Ted Kisner tskisner.public at gmail.com
Tue Oct 25 18:46:37 CEST 2005


SVN commit 474184 by tskisner:

whoops, forgot this...

 M  +3 -3      kstmatrix.cpp  


--- trunk/extragear/graphics/kst/kst/kstmatrix.cpp #474183:474184
@@ -232,9 +232,9 @@
   _NS = _nX * _nY;
 
   if (_zSize > 0) {
-    double min = _z[0];
-    double max = _z[0];
-    double minpos = (_z[0] > 0) ? _z[0] : 1.0E300;
+    double min;
+    double max;
+    double minpos;
     double sum = 0.0, sumsquared = 0.0;
     bool initialized = false;
     


More information about the Kst mailing list