[Kstars-devel] KDE/kdeedu/kstars/kstars
Akarsh Simha
akarshsimha at gmail.com
Sat Jan 17 11:50:42 CET 2009
Hi Harshad,
> The amount of work you are putting in here is astonishing!
Thanks.
> What is this fascination with "me"?
>
>
>> - KSAsteroid *me = (KSAsteroid *)this;
>> - H = me -> getAbsoluteMagnitude();
>> - G = me -> getSlopeParameter();
>> - KSComet *me = (KSComet *) this;
>> - H = me -> getAbsoluteMagnitude();
>> - G = me -> getSlopeParameter();
>> + KSAsteroid *me = (KSAsteroid *)this;
>> + H = me -> getAbsoluteMagnitude();
>> + G = me -> getSlopeParameter();
>> + KSComet *me = (KSComet *)this;
>> + H = me -> getAbsoluteMagnitude();
>> + G = me -> getSlopeParameter();
>> + magnitude = H + 5.0 * log10( rearth() ) + 2.5 * G * log10( rsun()
Well, the 'me' comes from acquaintance with Visual Basic long back.
Anyway, that apart, thanks for following us and filing a few bugs now
and then.
Regards
Akarsh
More information about the Kstars-devel
mailing list