[Kstars-devel] KDE/kdeedu/kstars/kstars [POSSIBLY UNSAFE]

Jason Harris kstars at 30doradus.org
Fri Apr 18 18:09:28 CEST 2008


SVN commit 798594 by harris:

Adding Akarsh's KSConjunct class.  Note that I had to modify the two 
lines that look like this:

    Sign = sgn(Dist - prevDist);

because dms does not have a - operator.  These lines now look like:

    Sign = sgn(Dist.Degrees() - prevDist.Degrees());

CCMAIL: kstars-devel at kde.org



 M  +1 -0      CMakeLists.txt  
 A             tools/ksconjunct.cpp   [License: GPL (v2+)]
 A             tools/ksconjunct.h   [POSSIBLY UNSAFE: system] [License: GPL (v2+)]


--- trunk/KDE/kdeedu/kstars/kstars/CMakeLists.txt #798593:798594
@@ -45,6 +45,7 @@
 	tools/avtplotwidget.cpp
 	tools/eqplotwidget.cpp
 	tools/jmoontool.cpp
+	tools/ksconjunct.cpp
 	tools/lcgenerator.cpp
 	tools/modcalcangdist.cpp
 	tools/modcalcapcoord.cpp


More information about the Kstars-devel mailing list