[Kstars-devel] branches/kstars/summer/kstars/kstars
Prakash Mohan
prak902000 at gmail.com
Mon May 11 20:01:30 CEST 2009
SVN commit 966684 by prakash:
Removing a kDebug(), caused a lot of trouble while using SkyCalendar.
CCMAIL: kstars-devel at kde.org
M +0 -1 ksalmanac.cpp
--- branches/kstars/summer/kstars/kstars/ksalmanac.cpp #966683:966684
@@ -52,7 +52,6 @@
void KSAlmanac::update() {
RiseSetTime( (SkyObject*)m_Sun, &SunRise, &SunSet, &SunRiseT, &SunSetT );
RiseSetTime( (SkyObject*)m_Moon, &MoonRise, &MoonSet, &MoonRiseT, &MoonSetT );
- kDebug()<< SunRise <<" " << SunSet ;
}
void KSAlmanac::RiseSetTime( SkyObject *o, double *riseTime, double *setTime, QTime *RiseTime, QTime *SetTime ) {
//Compute Sun rise and set times
More information about the Kstars-devel
mailing list