IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1980


Ignore:
Timestamp:
Oct 6, 2004, 10:07:04 AM (22 years ago)
Author:
evanalst
Message:

Add prototype for p_psNormalizeVectorF64 which is needed by tst_psMinimize04b.c

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psStats.h

    r1963 r1980  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-10-05 22:47:21 $
     12 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-10-06 20:07:04 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    177177void p_psNormalizeVector(psVector* myData);
    178178
     179void p_psNormalizeVectorF64(psVector* myData);
     180
    179181/// @}
    180182
  • trunk/psLib/src/math/psStats.h

    r1963 r1980  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-10-05 22:47:21 $
     12 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-10-06 20:07:04 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    177177void p_psNormalizeVector(psVector* myData);
    178178
     179void p_psNormalizeVectorF64(psVector* myData);
     180
    179181/// @}
    180182
Note: See TracChangeset for help on using the changeset viewer.