Index: /branches/eam_branches/20090715/psModules/src/objects/pmSourceVisual.c
===================================================================
--- /branches/eam_branches/20090715/psModules/src/objects/pmSourceVisual.c	(revision 25639)
+++ /branches/eam_branches/20090715/psModules/src/objects/pmSourceVisual.c	(revision 25640)
@@ -109,11 +109,5 @@
     psFree (dy);
 
-    // pause and wait for user input:
-    // continue, save (provide name), ??
-    char key[10];
-    fprintf (stdout, "[c]ontinue? ");
-    if (!fgets(key, 8, stdin)) {
-        psWarning("Unable to read option");
-    }
+    pmVisualAskUser(NULL);
     return true;
 }
@@ -141,7 +135,4 @@
     psImageInit (model, 0.0);
     psImageInit (resid, 0.0);
-
-    // FILE *f = fopen ("stats.dat", "w");
-    // psAssert (f, "failed to open");
 
     for (int i = sources->n - 1; i >= 0; i--) {
@@ -175,7 +166,5 @@
 	    }
 	}
-	// fprintf (f, "%d, %d -> %f  %f  %f  %f\n", Xo, Yo, norm, source->psfMag, source->apMag, -2.5*log10(source->moments->Sum));
-    }
-    // fclose (f);
+    }
 
     // KapaClearSections (kapa2);
@@ -202,11 +191,5 @@
     psFree (resid);
 
-    // pause and wait for user input:
-    // continue, save (provide name), ??
-    char key[10];
-    fprintf (stdout, "[c]ontinue? ");
-    if (!fgets(key, 8, stdin)) {
-        psWarning("Unable to read option");
-    }
+    pmVisualAskUser(NULL);
     return true;
 }
@@ -248,11 +231,5 @@
     psFree (resid);
 
-    // pause and wait for user input:
-    // continue, save (provide name), ??
-    char key[10];
-    fprintf (stdout, "[c]ontinue? ");
-    if (!fgets(key, 8, stdin)) {
-        psWarning("Unable to read option");
-    }
+    pmVisualAskUser(NULL);
     return true;
 }
