[Kst] branches/kst/hfi_calib/kst/kst/datasources/planck
George Staikos
staikos at kde.org
Mon Feb 27 15:01:34 CET 2006
SVN commit 514105 by staikos:
this adjustment is not needed?
M +1 -1 planck.cpp
--- branches/kst/hfi_calib/kst/kst/datasources/planck/planck.cpp #514104:514105
@@ -270,7 +270,7 @@
return -1;
}
- int tai = time.toTime_t() + 86400 * (365 * 12 + 3) + 32 + 3600;
+ int tai = time.toTime_t() + 86400 * (365 * 12 + 3) + 32;
return _planckObject->sampleForTime(tai, ok);
}
More information about the Kst
mailing list