IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21169


Ignore:
Timestamp:
Jan 26, 2009, 11:27:12 AM (17 years ago)
Author:
giebink
Message:

conform to src

Location:
trunk/psLib/test/imageops
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImageGeomManip.c

    r13614 r21169  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-06-04 20:25:32 $
     7 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2009-01-26 21:26:52 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    170170
    171171
    172 
     172/* removed 1/09 WJG
    173173bool testImageShiftCase(psS32 cols,
    174174                        psS32 rows,
     
    300300    return !errorFlag;
    301301}
    302 
     302*/
    303303
    304304psS32 main(psS32 argc, char *argv[])
     
    851851    }
    852852
     853/* removed 1/09 WJG
    853854
    854855    // testImageShift()
     
    919920    }
    920921
    921 
    922922    // test psImageResample()
    923923    if (1) {
     
    10721072        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    10731073    }
     1074*/
    10741075}
  • trunk/psLib/test/imageops/tap_psImagePixelExtract.c

    r13614 r21169  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2007-06-04 20:25:32 $
     8*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2009-01-26 21:27:12 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    401401    }
    402402
    403 
     403/* removed 1/09 WJG
    404404    // testImageCut()
    405405    {
     
    552552        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    553553    }
    554 
     554*/
    555555
    556556    // test psImageRadialCut()
  • trunk/psLib/test/imageops/tap_psImageShift.c

    r12607 r21169  
    148148
    149149    // tests using BICUBE interpolation
     150/* removed 1/09 WJG
    150151    {
    151152        psMemId id = psMemGetId();
     
    176177        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    177178    }
     179*/
    178180    return exit_status();
    179181}
Note: See TracChangeset for help on using the changeset viewer.