[Kst] branches/work/kst/portto4/kst/src/libkst
Barth Netterfield
netterfield at astro.utoronto.ca
Thu Jun 24 07:44:23 CEST 2010
SVN commit 1142011 by netterfield:
Fix crash related to skip mode.
This is a temporary but safe hack - see FIXME.
M +6 -1 datavector.cpp
--- branches/work/kst/portto4/kst/src/libkst/datavector.cpp #1142010:1142011
@@ -466,7 +466,12 @@
// FIXME: handle failed resize
}
}
- // for debugging: _dontUseSkipAccel = true;
+ // FIXME:
+ // -skip acceleration is not supported by any current data sources.
+ // -there is no API implemented to report if a data source implements skip accel
+ // so: for now, just say it isn't supported here. Fix if we ever implement a data source
+ // where skip accel is important (eg, planck HFI...)
+ _dontUseSkipAccel = true;
if (!_dontUseSkipAccel) {
int rc;
int lastRead = -1;
More information about the Kst
mailing list