Index: /trunk/psLib/src/astro/psCoord.c
===================================================================
--- /trunk/psLib/src/astro/psCoord.c	(revision 3990)
+++ /trunk/psLib/src/astro/psCoord.c	(revision 3991)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-05-19 23:57:36 $
+*  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-05-20 00:15:50 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -124,5 +124,5 @@
     /* This is sample code from IfA.  It didn't work initially, and I did not
        spend any time debugging it.
-     
+
         psF64 a = transform->x->coeff[1][0];
         psF64 b = transform->x->coeff[0][1];
@@ -131,7 +131,7 @@
         psF64 e = transform->x->coeff[0][0];
         psF64 f = transform->y->coeff[0][0];
-     
+
         psF64 invDet = 1.0 / (a * d - b * c); // Inverse of the determinant
-     
+
         // Not entirely sure why this works, but it appears to do so....................................!
         out->x->coeff[1][0] = invDet * a;
@@ -139,5 +139,5 @@
         out->y->coeff[1][0] = - invDet * c;
         out->y->coeff[0][1] = invDet * d;
-     
+
         out->x->coeff[0][0] = - invDet * (d * e + c * f);
         out->y->coeff[0][0] = - invDet * (b * e + a * f);
@@ -1156,5 +1156,5 @@
 psPlaneTransform *psPlaneTransformInvert(psPlaneTransform *out,
         const psPlaneTransform *in,
-        psRegion *region,
+        psRegion region,
         int nSamples)
 {
Index: /trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- /trunk/psLib/src/astronomy/psCoord.c	(revision 3990)
+++ /trunk/psLib/src/astronomy/psCoord.c	(revision 3991)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-05-19 23:57:36 $
+*  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-05-20 00:15:50 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -124,5 +124,5 @@
     /* This is sample code from IfA.  It didn't work initially, and I did not
        spend any time debugging it.
-     
+
         psF64 a = transform->x->coeff[1][0];
         psF64 b = transform->x->coeff[0][1];
@@ -131,7 +131,7 @@
         psF64 e = transform->x->coeff[0][0];
         psF64 f = transform->y->coeff[0][0];
-     
+
         psF64 invDet = 1.0 / (a * d - b * c); // Inverse of the determinant
-     
+
         // Not entirely sure why this works, but it appears to do so....................................!
         out->x->coeff[1][0] = invDet * a;
@@ -139,5 +139,5 @@
         out->y->coeff[1][0] = - invDet * c;
         out->y->coeff[0][1] = invDet * d;
-     
+
         out->x->coeff[0][0] = - invDet * (d * e + c * f);
         out->y->coeff[0][0] = - invDet * (b * e + a * f);
@@ -1156,5 +1156,5 @@
 psPlaneTransform *psPlaneTransformInvert(psPlaneTransform *out,
         const psPlaneTransform *in,
-        psRegion *region,
+        psRegion region,
         int nSamples)
 {
