[Kst] branches/work/kst/portto4/kst/src/libkstmath
Mike Fenton
mike at staikos.net
Thu May 28 18:09:28 CEST 2009
SVN commit 974165 by fenton:
Warning cleanup.
M +1 -1 histogramfactory.cpp
--- branches/work/kst/portto4/kst/src/libkstmath/histogramfactory.cpp #974164:974165
@@ -34,7 +34,7 @@
double min=-1, max=1;
int numberOfBins=16, normalizationMode=0;
QString VectorName, descriptiveName;
- bool realTimeAutoBin;
+ bool realTimeAutoBin = true;
while (!xml.atEnd()) {
const QString n = xml.name().toString();
More information about the Kst
mailing list