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

Akarsh Simha akarshsimha at gmail.com
Sat Apr 19 10:26:19 CEST 2008


Hi Jason,

> 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());

But I implemented a - operator for DMS in the patch, didn't I?

Regards
Akarsh.


More information about the Kstars-devel mailing list