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

    r1811 r2204  
    3535float myFuncDeriv(const psVector *restrict myData,
    3636                  const psVector *restrict myParams,
    37                   int whichParamDeriv)
     37                  psS32 whichParamDeriv)
    3838{
    3939    float x = myData->data.F32[0];
     
    5858}
    5959
    60 int main()
     60psS32 main()
    6161{
    6262    psImage *domain = NULL;
     
    6767    psVector *tmpVecPtr = NULL;
    6868    float chiSq = 0.0;
    69     int i = 0;
     69    psS32 i = 0;
    7070    psVector *theParams = NULL;
    71     int currentId = psMemGetId();
    72     int testStatus = true;
    73     int memLeaks = 0;
     71    psS32 currentId = psMemGetId();
     72    psS32 testStatus = true;
     73    psS32 memLeaks = 0;
    7474
    7575    domain = psImageAlloc(DATA_WIDTH, NUM_DATA, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.