Changeset 9578 for trunk/psLib/src/types
- Timestamp:
- Oct 13, 2006, 5:50:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadata.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.h
r9549 r9578 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.9 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-10-1 3 22:42:28 $13 * @version $Revision: 1.91 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-10-14 03:50:28 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1189 1189 1190 1190 1191 /// Assert on metadata with extant hash and list components 1192 #define PS_ASSERT_METADATA_NON_NULL(NAME, RVAL) \ 1193 if (!(NAME) || !(NAME)->hash || !(NAME)->list) { \ 1194 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 1195 "Error: Metadata %s or one of its components is NULL.", \ 1196 #NAME); \ 1197 return(RVAL); \ 1198 } 1199 1200 1191 1201 /// @} 1192 1202
Note:
See TracChangeset
for help on using the changeset viewer.
