Index: /branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpLoop.c
===================================================================
--- /branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpLoop.c	(revision 41833)
+++ /branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpLoop.c	(revision 41834)
@@ -240,5 +240,5 @@
 
     // use a map with only linear terms in x,y
-    psPlaneTransform *map = psPlaneTransformAlloc(1,1);
+    psPlaneTransform *map = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD);
     map->x->coeffMask[1][1] = PS_POLY_MASK_BOTH;
     map->y->coeffMask[1][1] = PS_POLY_MASK_BOTH;
