Changeset 1302
- Timestamp:
- Jul 27, 2004, 1:25:19 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
collections/psVector.c (modified) (2 diffs)
-
mathtypes/psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.c
r1233 r1302 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-07- 15 23:52:33$10 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-07-27 23:25:19 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 181 181 } 182 182 183 if(inType != outVector->type.type) { 184 psError(__func__, " : Line %d - Input and output vectors are not same type: in=%d out=%d\n", __LINE__, 185 inType, outVector->type.type); 186 return outVector; 187 } 188 183 189 if(inN == 0) { 184 190 psError(__func__, " : Line %d - No elements in use for input vector\n", __LINE__); -
trunk/psLib/src/mathtypes/psVector.c
r1233 r1302 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-07- 15 23:52:33$10 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-07-27 23:25:19 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 181 181 } 182 182 183 if(inType != outVector->type.type) { 184 psError(__func__, " : Line %d - Input and output vectors are not same type: in=%d out=%d\n", __LINE__, 185 inType, outVector->type.type); 186 return outVector; 187 } 188 183 189 if(inN == 0) { 184 190 psError(__func__, " : Line %d - No elements in use for input vector\n", __LINE__);
Note:
See TracChangeset
for help on using the changeset viewer.
