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

    r2091 r2204  
    3333}
    3434
    35 int t00()
     35psS32 t00()
    3636{
    3737    psPolynomial1D *myPoly = NULL;
     
    3939    psVector *y = NULL;
    4040    psVector *yErr = NULL;
    41     int i = 0;
    42     int currentId = psMemGetId();
    43     int testStatus = true;
    44     int memLeaks = 0;
     41    psS32 i = 0;
     42    psS32 currentId = psMemGetId();
     43    psS32 testStatus = true;
     44    psS32 memLeaks = 0;
    4545    float expectData;
    4646    float actualData;
     
    100100}
    101101
    102 int t01()
     102psS32 t01()
    103103{
    104104    psPolynomial1D *myPoly = NULL;
    105105    psVector *x = NULL;
    106106    psVector *y = NULL;
    107     int i = 0;
    108     int currentId = psMemGetId();
    109     int testStatus = true;
    110     int memLeaks = 0;
     107    psS32 i = 0;
     108    psS32 currentId = psMemGetId();
     109    psS32 testStatus = true;
     110    psS32 memLeaks = 0;
    111111    float expectData;
    112112    float actualData;
     
    163163}
    164164
    165 int t02()
     165psS32 t02()
    166166{
    167167    psPolynomial1D *myPoly = NULL;
    168168    psVector *y = NULL;
    169     int i = 0;
    170     int currentId = psMemGetId();
    171     int testStatus = true;
    172     int memLeaks = 0;
     169    psS32 i = 0;
     170    psS32 currentId = psMemGetId();
     171    psS32 testStatus = true;
     172    psS32 memLeaks = 0;
    173173    float expectData;
    174174    float actualData;
     
    222222}
    223223
    224 int t03()
    225 {
    226     int currentId = psMemGetId();
    227     int testStatus = true;
    228     int memLeaks = 0;
     224psS32 t03()
     225{
     226    psS32 currentId = psMemGetId();
     227    psS32 testStatus = true;
     228    psS32 memLeaks = 0;
    229229
    230230    printPositiveTestHeader(stdout,
     
    251251
    252252
    253 int main()
     253psS32 main()
    254254{
    255255    t00();
Note: See TracChangeset for help on using the changeset viewer.