Index: /tags/ipp-ps1-20210510/psModules/src/objects/pmSourceIO_Glints.c
===================================================================
--- /tags/ipp-ps1-20210510/psModules/src/objects/pmSourceIO_Glints.c	(revision 41702)
+++ /tags/ipp-ps1-20210510/psModules/src/objects/pmSourceIO_Glints.c	(revision 41703)
@@ -175,5 +175,5 @@
 
 	        double glintLength = GLINT_LENGTH_MAG_SLOPE*(GLINT_LENGTH_MAG_ZERO - star->Mag);
-                double glintAngle = 0;
+                double glintAngle = 0.;
 
                 //Besides brightness, the length of the glints also depends on the position of the star compared to the focal plane. But, seemingly only for stars closer than about 30k pixels
Index: /tags/ipp-ps1-20210510/psastro/src/psastroLoadGlints.c
===================================================================
--- /tags/ipp-ps1-20210510/psastro/src/psastroLoadGlints.c	(revision 41702)
+++ /tags/ipp-ps1-20210510/psastro/src/psastroLoadGlints.c	(revision 41703)
@@ -147,5 +147,5 @@
             //glint length should depend on the brightness on image, i.e. in instrumental mag. The same instrumental mag in different filters should likely give the same glint length.
 	    double glintLength = GLINT_LENGTH_MAG_SLOPE*(GLINT_LENGTH_MAG_ZERO - (star->Mag-MagOffset));
-            double glintAngle = 0;
+            double glintAngle = 0.;
 
             //Besides brightness, the length of the glints also depends on the position of the star compared to the focal plane. But, seemingly only for stars closer than about 30k pixels
