IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 2:09:11 PM (20 years ago)
Author:
drobbin
Message:

Fixed tests for psImageCountPixelMask.

File:
1 edited

Legend:

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

    r7055 r7056  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-05-03 23:16:16 $
     11*  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-05-04 00:09:11 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    378378    }
    379379
    380     //    printf("\nbefore psVectorCopy\n");
    381     //    psVector *out = psVectorCopy(outVector, inVector, inVector->type.type); // Copy to sort in place
    382380    outVector = psVectorCopy(outVector, inVector, inVector->type.type);
    383     //    printf("\nafter psVectorCopy\n");
    384381    if (outVector == NULL) {
    385382        psError(PS_ERR_BAD_PARAMETER_NULL, true,
     
    389386    long N = outVector->n;                    // Number of elements
    390387    if (N < 2) {
    391         //        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
    392         //                "Error in psVectorSort:  Vector has less than 2 data entries!\n");
    393         //        psFree(outVector);
    394         //        psFree(outVector);
    395         //        outVector = NULL;
    396388        return outVector;
    397389    }
Note: See TracChangeset for help on using the changeset viewer.