[Kst] kdeextragear-2/kst/kst/datasources/netcdf

George Staikos staikos at kde.org
Tue Apr 5 20:49:13 CEST 2005


CVS commit by staikos: 

I figured 0 was "right" but wasn't yet sure it was safe - seems to be.


  M +1 -1      netcdf.cpp   1.5


--- kdeextragear-2/kst/kst/datasources/netcdf/netcdf.cpp  #1.4:1.5
@@ -234,5 +234,5 @@ int NetcdfSource::samplesPerFrame(const 
   NcVar *var = _ncfile->get_var(field.latin1());
   if (!var) {
-    return 1;
+    return 0;
   }
   return var->rec_size();




More information about the Kst mailing list