Index: /libpipi/trunk/examples/edd.c
===================================================================
--- /libpipi/trunk/examples/edd.c	(revision 2656)
+++ /libpipi/trunk/examples/edd.c	(revision 2657)
@@ -58,10 +58,10 @@
     /* Compute the standard error */
     tmp = pipi_gaussian_blur(dither, sigma);
-    e0 = pipi_measure_rmsd(gauss, tmp);
+    e0 = pipi_measure_msd(gauss, tmp);
     pipi_free(tmp);
 
     /* Compute the fast error */
     tmp = pipi_gaussian_blur_ext(dither, sigma, sigma, 0.16, 0.26);
-    e1 = pipi_measure_rmsd(gauss, tmp);
+    e1 = pipi_measure_msd(gauss, tmp);
     pipi_free(tmp);
 
@@ -75,5 +75,5 @@
                                              fx + step * dx / Z,
                                              fy + step * dy / Z);
-                e = pipi_measure_rmsd(gauss, tmp);
+                e = pipi_measure_msd(gauss, tmp);
                 pipi_free(tmp);
                 if(e < best)
