CVS commit by staikos: initialize variables M +1 -0 kstvector.cpp 1.85 --- kdeextragear-2/kst/kst/kstvector.cpp #1.84:1.85 @@ -254,4 +254,5 @@ double* KstVector::realloced(double *mem void KstVector::zero() { + _ns_min = _ns_max = 0.0; for (int i = 0; i < _size; i++) { _v[i] = 0.0;