[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars/skycomponents
From:       Akarsh Simha <akarshsimha () gmail ! com>
Date:       2008-10-03 0:51:22
Message-ID: 1222995082.417519.25899.nullmailer () svn ! kde ! org
[Download RAW message or body]

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@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++;
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic