Index: /trunk/psastro/src/psastroLoadGlints.c
===================================================================
--- /trunk/psastro/src/psastroLoadGlints.c	(revision 41857)
+++ /trunk/psastro/src/psastroLoadGlints.c	(revision 41858)
@@ -274,5 +274,6 @@
 
                         //now calculate the proper x-coord positions given the angle, for this chip
-                        double xcFPA0, xcFPA1, angle, chip_angle, glint_length; 
+                        double xcFPA0 = 0.0, xcFPA1 = 0.0;
+			double angle = 0.0, chip_angle = 0.0, glint_length = 0.0; 
 		  	angle = atan2(xFPA1 - xFPA0,yFPA1 - yFPA0);
                         xcFPA0 = xFPA0 + (ycFPA0-yFPA0)*tan(angle);
@@ -435,5 +436,6 @@
 
                         //now calculate the proper x-coord positions given the angle, for this chip
-                        double ycFPA0, ycFPA1, angle, chip_angle, glint_length; 
+                        double ycFPA0 = 0.0, ycFPA1 = 0.0;
+			double glint_length = 0.0, angle = 0.0, chip_angle = 0.0;
 		  	angle = atan2(xFPA1 - xFPA0,yFPA1 - yFPA0);
                         ycFPA0 = yFPA0 + (xcFPA0-xFPA0)/tan(angle);
