[Kst] kdeextragear-2/kst/kst/datasources/cdf
George Staikos
staikos at kde.org
Thu Jul 29 03:39:36 CEST 2004
CVS commit by staikos:
enhanced debug output to illustrate the problem
M +1 -1 cdf.cpp 1.5
--- kdeextragear-2/kst/kst/datasources/cdf/cdf.cpp #1.4:1.5
@@ -106,5 +106,5 @@ int CdfSource::readField(double *v, cons
void *binary = malloc(sizeof(long double));
- kdDebug() << "Starting to read " << n << " value(s)..." << endl;
+ kdDebug() << "Starting to read " << n << " value(s)... from " << s << " to " << s+n << " and less than " << maxRec << endl;
for (i = s; i < s+n && i < maxRec; i++) {
status = CDFlib (SELECT_,
More information about the Kst
mailing list