[Kstars-devel] KDE/kdeedu/kstars/kstars/skycomponents

Akarsh Simha akarshsimha at gmail.com
Fri Oct 3 02:51:22 CEST 2008


SVN commit 867186 by asimha:

Remove the warning about magnitude jump. While this is great help for
debugging and exposes hidden problems, it is a nuisance with the NOMAD
catalog and since the catalogs and code are pretty much fine, it might
be safe to remove it now.

CCMAIL: kstars-devel at kde.org



 M  +2 -0      starblocklist.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/starblocklist.cpp #867185:867186
@@ -135,10 +135,12 @@
 	}
 
         blocks[nBlocks - 1]->addStar( &star );
+        /*
         if( faintMag > -5.0 && fabs(faintMag - blocks[nBlocks - 1]->getFaintMag()) > 0.2 ) {
             kDebug() << "Encountered a jump from mag" << faintMag << "to mag"
                      << blocks[nBlocks - 1]->getFaintMag() << "in trixel" << trixel;
         }
+        */
         faintMag = blocks[nBlocks - 1]->getFaintMag();
         nStars++;
     }


More information about the Kstars-devel mailing list