IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 9:40:52 AM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/tst_pmObjects01.c

    r4204 r4219  
    1919 * abd never deallocate, no error is generated.
    2020 *
    21  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2005-06-09 23:56:39 $
     21 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2005-06-13 19:37:27 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    16621662    mySrc->models->params->data.F32[6] = 2.0;
    16631663    rc = pmSourceContour(mySrc, imgData, LEVEL, PS_CONTOUR_CRUDE);
    1664     if (rc != NULL) {
     1664    if (rc == NULL) {
    16651665        printf("TEST ERROR: pmSourceContour() returned NULL.\n");
    16661666        testStatus = false;
Note: See TracChangeset for help on using the changeset viewer.