Index: trunk/psModules/src/astrom/pmAstrometryWCS.c
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryWCS.c	(revision 39981)
+++ trunk/psModules/src/astrom/pmAstrometryWCS.c	(revision 40083)
@@ -695,5 +695,4 @@
     // the region defines the FPA pixels covered by the tranformation
     psFree (fpa->fromTPA);
-
     int additional_orders = 4;  // This is the number of orders that should be added.
     bool status = false;
@@ -704,4 +703,5 @@
     
     psPlaneTransform *myPT = psPlaneTransformAlloc(fpa->toTPA->x->nX+additional_orders, fpa->toTPA->x->nY+additional_orders);
+
     fpa->fromTPA = psPlaneTransformInvert(myPT, fpa->toTPA, region, 50);
     psFree (myPT);
