IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21472


Ignore:
Timestamp:
Feb 13, 2009, 12:44:11 PM (17 years ago)
Author:
giebink
Message:

pmTrend2DEvalVector test removed because args have changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/objects/tap_pmTrend2D.c

    r15985 r21472  
    388388    }
    389389
    390 
    391     // ------------------------------------------------------------------------
    392390    // Test pmTrend2DEval()
    393391    // Call pmTrend2DEval() with bad input parameters
     
    399397    }
    400398
     399/**
     400 * Needs to be rewritten to correlate with revised function prototype:
     401 * psVector *pmTrend2DEvalVector(const pmTrend2D *trend, psVector *mask, psVectorMaskType maskValue, const psVector *x, const psVector *y)
     402 */
     403
     404/*
     405    // ------------------------------------------------------------------------
    401406
    402407    // ------------------------------------------------------------------------
     
    501506        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    502507    }
    503 
     508*/
    504509}
Note: See TracChangeset for help on using the changeset viewer.