Index: /branches/czw_branch/20160809/psLib/src/astro/psCoord.c
===================================================================
--- /branches/czw_branch/20160809/psLib/src/astro/psCoord.c	(revision 39721)
+++ /branches/czw_branch/20160809/psLib/src/astro/psCoord.c	(revision 39722)
@@ -1033,4 +1033,7 @@
         myPT = psPlaneTransformAlloc(order, order);
     } else {
+      // the user has supplied a model with a specific order : fit that order
+      myPT = psMemIncrRefCounter(out); // we need to return something which can be freed
+# if (0)
         if ((out->x->nX == order) && (out->x->nY == order) &&
 	    (out->y->nX == order) && (out->y->nX == order)) {
@@ -1040,4 +1043,5 @@
             myPT = psPlaneTransformAlloc(order, order);
         }
+# endif
     }
 
