Index: /branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c
===================================================================
--- /branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c	(revision 14907)
+++ /branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c	(revision 14908)
@@ -79,5 +79,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -153,5 +153,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -235,5 +235,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -318,5 +318,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -384,5 +384,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -445,5 +445,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -526,5 +526,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -595,5 +595,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -686,5 +686,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -753,5 +753,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
@@ -814,5 +814,5 @@
 
 	// fit the data to the map
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 
 	psImage *model = psImageAlloc(field->numCols, field->numRows, PS_TYPE_F32);
