Index: trunk/psModules/src/pmObjects.c
===================================================================
--- trunk/psModules/src/pmObjects.c	(revision 4097)
+++ trunk/psModules/src/pmObjects.c	(revision 4103)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-03 21:43:03 $
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-03 22:46:04 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1186,5 +1186,5 @@
 
 /******************************************************************************
-pmSourceSetPixelCircle(source, image, radius)
+pmSourceSetPixelsCircle(source, image, radius)
  
 XXX: Why boolean output?
@@ -1196,7 +1196,7 @@
      the pmSourceSetLocal() function.
 *****************************************************************************/
-bool pmSourceSetPixelCircle(psSource *source,
-                            const psImage *image,
-                            psF32 radius)
+bool pmSourceSetPixelsCircle(psSource *source,
+                             const psImage *image,
+                             psF32 radius)
 {
     PS_ASSERT_IMAGE_NON_NULL(image, false);
@@ -1251,6 +1251,6 @@
     //          i am setting it to a trace message which we can take out
     if (source->pixels != NULL) {
-        psTrace (".psModule.pmObjects.pmSourceSetPixelCircle", 4,
-                 "WARNING: pmSourceSetPixelCircle(): image->pixels not NULL.  Freeing and reallocating.\n");
+        psTrace (".psModule.pmObjects.pmSourceSetPixelsCircle", 4,
+                 "WARNING: pmSourceSetPixelsCircle(): image->pixels not NULL.  Freeing and reallocating.\n");
         psFree(source->pixels);
     }
