IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMinimize03.c

    r1811 r2204  
    3434float myFuncDeriv0(const psVector *restrict myParams,
    3535                   const psVector *restrict myCoords,
    36                    int whichParamDeriv)
     36                   psS32 whichParamDeriv)
    3737{
    3838    float P0 = myCoords->data.F32[0];
     
    7575float myFuncDeriv(const psVector *restrict myParams,
    7676                  const psVector *restrict myCoords,
    77                   int whichParamDeriv)
     77                  psS32 whichParamDeriv)
    7878{
    7979    float x = myCoords->data.F32[0];
     
    104104
    105105
    106 int main()
     106psS32 main()
    107107{
    108108    psVector *initialGuess = NULL;
    109109    psVector *paramMask = NULL;
    110110    psVector *coord = NULL;
    111     int i = 0;
    112     int currentId = psMemGetId();
    113     int testStatus = true;
    114     int memLeaks = 0;
     111    psS32 i = 0;
     112    psS32 currentId = psMemGetId();
     113    psS32 testStatus = true;
     114    psS32 memLeaks = 0;
    115115    psVector *theParams = NULL;
    116116
Note: See TracChangeset for help on using the changeset viewer.