[Gpredict-svn] SF.net SVN: gpredict:[933] trunk/src/gtk-sat-map-ground-track.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2011-10-23 12:25:19
|
Revision: 933 http://gpredict.svn.sourceforge.net/gpredict/?rev=933&view=rev Author: aa1vs Date: 2011-10-23 12:25:13 +0000 (Sun, 23 Oct 2011) Log Message: ----------- Fix typo. Modified Paths: -------------- trunk/src/gtk-sat-map-ground-track.c Modified: trunk/src/gtk-sat-map-ground-track.c =================================================================== --- trunk/src/gtk-sat-map-ground-track.c 2011-10-23 11:39:07 UTC (rev 932) +++ trunk/src/gtk-sat-map-ground-track.c 2011-10-23 12:25:13 UTC (rev 933) @@ -118,7 +118,7 @@ /* set it so that we are in the same orbit as this_orbit and not a different one */ - t += 0.0007; + t += 2*0.0007; t0 = t; predict_calc (sat, qth, t0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |