IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15070


Ignore:
Timestamp:
Sep 28, 2007, 10:59:48 AM (19 years ago)
Author:
eugene
Message:

comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psVector.c

    r14267 r15070  
    1010*  @author Joshua Hoblitt, University of Hawaii
    1111*
    12 *  @version $Revision: 1.97 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-07-17 20:32:02 $
     12*  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-09-28 20:59:48 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    477477    }
    478478
     479    // XXX isn't this line a waste of space?
    479480    psVector *out = psVectorRecycle(outVector, inVector->n, PS_TYPE_S32); // Vector for output
    480481    out = psVectorCreate(out, 0, inVector->n, 1, PS_TYPE_S32);
Note: See TracChangeset for help on using the changeset viewer.