IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 2:59:54 PM (21 years ago)
Author:
desonia
Message:

PS_SQRT_F32 was depreciated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmImageSubtract.c

    r4098 r4168  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-06-03 21:43:42 $
     7 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-09 00:59:53 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    10511051        }
    10521052    }
    1053     psF32 rmsDev = PS_SQRT_F32(meanDev / (psF64)(numDev - 1));
     1053    psF32 rmsDev = sqrtf(meanDev / (psF64)(numDev - 1));
    10541054    psF32 limit = rmsDev * sigmaRej;
    10551055
Note: See TracChangeset for help on using the changeset viewer.