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_psMinimize00.c

    r1811 r2204  
    3636float myFuncDeriv(const psVector *restrict myData,
    3737                  const psVector *restrict myParams,
    38                   int whichParamDeriv)
     38                  psS32 whichParamDeriv)
    3939{
    4040    float x = myData->data.F32[0];
     
    6565
    6666
    67 int main()
     67psS32 main()
    6868{
    6969    psImage *domain = NULL;
     
    7474    psVector *tmpVecPtr = NULL;
    7575    float chiSq = 0.0;
    76     int i = 0;
    77     int j = 0;
    78     int currentId = psMemGetId();
    79     int testStatus = true;
    80     int memLeaks = 0;
     76    psS32 i = 0;
     77    psS32 j = 0;
     78    psS32 currentId = psMemGetId();
     79    psS32 testStatus = true;
     80    psS32 memLeaks = 0;
    8181    psVector *theParams = NULL;
    8282
Note: See TracChangeset for help on using the changeset viewer.