[Kstars-devel] branches/kstars/unfrozen/kstars/kstars/tools
Jason Harris
kstars at 30doradus.org
Thu Jul 3 16:48:22 CEST 2008
SVN commit 827648 by harris:
Additional fix from trunk: send Sign to findPrecise() rather than prevSign.
CCMAIL: kstars-devel at kde.org
M +1 -1 ksconjunct.cpp
--- branches/kstars/unfrozen/kstars/kstars/tools/ksconjunct.cpp #827647:827648
@@ -98,7 +98,7 @@
}
// kDebug() << "Sign = " << Sign << " and " << "prevSign = " << prevSign << ": Entering findPrecise()\n";
- if(findPrecise(&extremum, &Object1, &Object2, jd, step, prevSign))
+ if(findPrecise(&extremum, &Object1, &Object2, jd, step, Sign))
if(extremum.second.radians() < maxSeparation.radians())
Separations.insert(extremum.first, extremum.second);
}
More information about the Kstars-devel
mailing list