Index: trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- trunk/psLib/src/astronomy/psCoord.c	(revision 1463)
+++ trunk/psLib/src/astronomy/psCoord.c	(revision 1476)
@@ -11,6 +11,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-10 23:59:41 $
+*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-11 20:07:44 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -39,8 +39,10 @@
     }
     out->x = transform->x->coeff[0][0] +
-             (transform->x->coeff[1][0] * coords->x) + (transform->x->coeff[0][1] * coords->y);
+             (transform->x->coeff[1][0] * coords->x) +
+             (transform->x->coeff[0][1] * coords->y);
 
     out->y = transform->y->coeff[0][0] +
-             (transform->y->coeff[1][0] * coords->x) + (transform->y->coeff[0][1] * coords->y);
+             (transform->y->coeff[1][0] * coords->x) +
+             (transform->y->coeff[0][1] * coords->y);
 
     return (out);
@@ -48,5 +50,5 @@
 
 // This transformation takes into account parameters beyond an objects
-// spatial coordinates: term3 and term4.
+// spatial coordinates: term3 and term4 (magnitude and color).
 psPlane* psPlaneDistortApply(psPlane* out,
                              const psPlaneDistort* transform,
