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

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars/skycomponents
From:       Jason Harris <kstars () 30doradus ! org>
Date:       2006-06-27 5:33:52
Message-ID: 1151386432.985667.20568.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 555350 by harris:

Fix bug that caused the coordinate grid lines to be composed of too many 
points.  Thanks, James...backporting to 3.5 too.

CCMAIL: kstars-devel@kde.org



 M  +1 -1      coordinategridcomponent.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/coordinategridcomponent.cpp #555349:555350
@@ -38,7 +38,7 @@
 	emitProgressText( i18n("Loading coordinate grid" ) );
 
 	if ( Parallel ) { //line of constant Declination
-		double dra = 1./60.; //90 points around full circle
+		double dra = 1./5.; //120 points around full circle
 		for ( double ra=0.0; ra < 24.0; ra += dra ) {
 			SkyPoint *sp = new SkyPoint( ra, Coordinate );
 			sp->EquatorialToHorizontal( data->lst(), data->geo()->lat() );
[prev in list] [next in list] [prev in thread] [next in thread] 

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