IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2004, 10:52:41 AM (22 years ago)
Author:
harman
Message:

Updated Doxygen comments to express GSL limitations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMatrix.c

    r799 r807  
    2020 *  @author Ross Harman, MHPCC
    2121 *   
    22  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    23  *  @date $Date: 2004-05-28 02:53:18 $
     22 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     23 *  @date $Date: 2004-05-28 20:52:41 $
    2424 *
    2525 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    206206    PS_CHECK_DIMEN_AND_TYPE(inImage, PS_DIMEN_IMAGE, outVector);
    207207    PS_CHECK_SIZE_IMAGE(inImage, outVector);
     208    PS_CHECK_ALLOC_VECTOR(outVector, inImage->numRows, inImage->type.type);
    208209    PS_CHECK_NULL_VECTOR(outVector, outVector);
    209210    PS_CHECK_DIMEN_AND_TYPE(outVector, PS_DIMEN_VECTOR, outVector);
Note: See TracChangeset for help on using the changeset viewer.