Changeset 2662
- Timestamp:
- Dec 7, 2004, 4:03:49 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
collections/psScalar.c (modified) (3 diffs)
-
mathtypes/psScalar.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psScalar.c
r2273 r2662 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-1 1-04 01:04:57$10 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-12-08 02:03:49 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 73 73 PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE, 74 74 dataType); 75 psFree(scalar); 76 return NULL; 75 77 } 76 78 … … 131 133 PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE, 132 134 dataType); 135 return NULL; 133 136 } 134 137 -
trunk/psLib/src/mathtypes/psScalar.c
r2273 r2662 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-1 1-04 01:04:57$10 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-12-08 02:03:49 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 73 73 PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE, 74 74 dataType); 75 psFree(scalar); 76 return NULL; 75 77 } 76 78 … … 131 133 PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE, 132 134 dataType); 135 return NULL; 133 136 } 134 137
Note:
See TracChangeset
for help on using the changeset viewer.
