IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 12:50:18 PM (19 years ago)
Author:
gusciora
Message:

Fixed small compiler errors due to new compile flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fft/tap_psImageFFT.c

    r11439 r11685  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-01-30 21:32:56 $
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-02-07 22:50:18 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    529529        psU32 n = 64;
    530530        GENIMAGE(img,m,n,C32, row + I * col);
    531         psImage* img2 = psImageReal(img2,img);
     531        psImage* img2 = psImageReal(NULL,img);
    532532        ok(img2 != NULL, "psImageReal returned non-NULL");
    533533        skip_start(img2 == NULL, 4, "Skipping tests because psImageReal() returned NULL");
Note: See TracChangeset for help on using the changeset viewer.