Changeset 4103
- Timestamp:
- Jun 3, 2005, 12:46:04 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmObjects.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmObjects.c
r4097 r4103 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-06-03 2 1:43:03$7 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-06-03 22:46:04 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1186 1186 1187 1187 /****************************************************************************** 1188 pmSourceSetPixel Circle(source, image, radius)1188 pmSourceSetPixelsCircle(source, image, radius) 1189 1189 1190 1190 XXX: Why boolean output? … … 1196 1196 the pmSourceSetLocal() function. 1197 1197 *****************************************************************************/ 1198 bool pmSourceSetPixel Circle(psSource *source,1199 const psImage *image,1200 psF32 radius)1198 bool pmSourceSetPixelsCircle(psSource *source, 1199 const psImage *image, 1200 psF32 radius) 1201 1201 { 1202 1202 PS_ASSERT_IMAGE_NON_NULL(image, false); … … 1251 1251 // i am setting it to a trace message which we can take out 1252 1252 if (source->pixels != NULL) { 1253 psTrace (".psModule.pmObjects.pmSourceSetPixel Circle", 4,1254 "WARNING: pmSourceSetPixel Circle(): image->pixels not NULL. Freeing and reallocating.\n");1253 psTrace (".psModule.pmObjects.pmSourceSetPixelsCircle", 4, 1254 "WARNING: pmSourceSetPixelsCircle(): image->pixels not NULL. Freeing and reallocating.\n"); 1255 1255 psFree(source->pixels); 1256 1256 }
Note:
See TracChangeset
for help on using the changeset viewer.
