[Gpredict-svn] SF.net SVN: gpredict:[916] trunk/src/gtk-rot-ctrl.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2011-10-05 00:41:58
|
Revision: 916 http://gpredict.svn.sourceforge.net/gpredict/?rev=916&view=rev Author: aa1vs Date: 2011-10-05 00:41:52 +0000 (Wed, 05 Oct 2011) Log Message: ----------- Eliminate compiler warning. Modified Paths: -------------- trunk/src/gtk-rot-ctrl.c Modified: trunk/src/gtk-rot-ctrl.c =================================================================== --- trunk/src/gtk-rot-ctrl.c 2011-10-03 10:27:48 UTC (rev 915) +++ trunk/src/gtk-rot-ctrl.c 2011-10-05 00:41:52 UTC (rev 916) @@ -1444,7 +1444,7 @@ /** \brief Compute if a pass is flipped or not. this is a function of the rotator and the particular pass. */ static gboolean is_flipped_pass (pass_t * pass,rot_az_type_t type){ - gdouble max_az,min_az; + gdouble max_az = 0,min_az = 0; gdouble caz,last_az=pass->aos_az; guint num,i; pass_detail_t *detail; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |