Changeset 1962
- Timestamp:
- Oct 5, 2004, 12:23:04 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageExtraction.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageExtraction.c
r1960 r1962 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-05 2 1:30:48$11 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-05 22:23:04 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 472 472 inCols, inRows); 473 473 psFree(out); 474 return NULL; 474 475 } 475 476 if (mask->type.type != PS_TYPE_MASK) { … … 481 482 typeStr, PS_TYPE_MASK_NAME); 482 483 psFree(out); 484 return NULL; 483 485 } 484 486 }
Note:
See TracChangeset
for help on using the changeset viewer.
