Index: trunk/psLib/test/imageops/tap_psImageMap.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImageMap.c	(revision 17331)
+++ trunk/psLib/test/imageops/tap_psImageMap.c	(revision 17515)
@@ -197,5 +197,5 @@
 	// XXX this function needs to correct for the mean superpixel position 
 	// which is sampled...
-	psImageMapGenerate (map, x, y, f, 0.1);
+	psImageMapGenerate (map, x, y, f, NULL, 0.1);
 	psFree (binning);
 
Index: trunk/psLib/test/imageops/tap_psImageMapFit2.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImageMapFit2.c	(revision 17331)
+++ trunk/psLib/test/imageops/tap_psImageMapFit2.c	(revision 17515)
@@ -141,5 +141,5 @@
 	// XXX this function needs to correct for the mean superpixel position 
 	// which is sampled...
-	psImageMapFit (map, x, y, f, NULL);
+	psImageMapFit (map, NULL, 0, x, y, f, NULL);
 	psFree (binning);
 
