Changeset 1398
- Timestamp:
- Aug 5, 2004, 1:39:23 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
astronomy/psMetadata.c (modified) (2 diffs)
-
collections/psMetadata.c (modified) (2 diffs)
-
types/psMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadata.c
r1396 r1398 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-05 2 1:06:22$13 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-05 23:39:23 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 135 135 136 136 if(name == NULL) { 137 psError( __func__, "Null value for stringnot allowed" );137 psError( __func__, "Null value for name not allowed" ); 138 138 return NULL; 139 139 } -
trunk/psLib/src/collections/psMetadata.c
r1396 r1398 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-05 2 1:06:22$13 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-05 23:39:23 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 135 135 136 136 if(name == NULL) { 137 psError( __func__, "Null value for stringnot allowed" );137 psError( __func__, "Null value for name not allowed" ); 138 138 return NULL; 139 139 } -
trunk/psLib/src/types/psMetadata.c
r1396 r1398 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-05 2 1:06:22$13 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-05 23:39:23 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 135 135 136 136 if(name == NULL) { 137 psError( __func__, "Null value for stringnot allowed" );137 psError( __func__, "Null value for name not allowed" ); 138 138 return NULL; 139 139 }
Note:
See TracChangeset
for help on using the changeset viewer.
