Changeset 4985
- Timestamp:
- Sep 9, 2005, 2:16:59 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
mathtypes/psImage.h (modified) (2 diffs)
-
types/psMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.h
r4944 r4985 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.6 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-09- 02 21:32:06$13 * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-10 00:16:58 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 71 71 psC32** C32; ///< Single-precision complex data. 72 72 psC64** C64; ///< Double-precision complex data. 73 psPtr** PTR; ///< Void pointers.73 // psPtr** PTR; ///< Void pointers. 74 74 psPtr* V; ///< Pointer to data. 75 75 } data; ///< Union for data types. -
trunk/psLib/src/types/psMetadata.c
r4953 r4985 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.8 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-09- 07 02:36:05$14 * @version $Revision: 1.81 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-09-10 00:16:59 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 357 357 358 358 // Generate warning that item has been replaced 359 psLogMsg(__func__,PS_LOG_WARN,"Metadata item %s has been replaced",360 existingEntry->name);359 // psLogMsg(__func__,PS_LOG_WARN,"Metadata item %s has been replaced", 360 // existingEntry->name); 361 361 } else { 362 362 // default is to error on duplicate entry.
Note:
See TracChangeset
for help on using the changeset viewer.
