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

    r2090 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    double expectData;
    4646    double actualData;
     
    101101}
    102102
    103 int t01()
     103psS32 t01()
    104104{
    105105    psPolynomial1D *myPoly = NULL;
    106106    psVector *x = NULL;
    107107    psVector *y = NULL;
    108     int i = 0;
    109     int currentId = psMemGetId();
    110     int testStatus = true;
    111     int memLeaks = 0;
     108    psS32 i = 0;
     109    psS32 currentId = psMemGetId();
     110    psS32 testStatus = true;
     111    psS32 memLeaks = 0;
    112112    double expectData;
    113113    double actualData;
     
    164164}
    165165
    166 int t02()
     166psS32 t02()
    167167{
    168168    psPolynomial1D *myPoly = NULL;
    169169    psVector *y = NULL;
    170     int i = 0;
    171     int currentId = psMemGetId();
    172     int testStatus = true;
    173     int memLeaks = 0;
     170    psS32 i = 0;
     171    psS32 currentId = psMemGetId();
     172    psS32 testStatus = true;
     173    psS32 memLeaks = 0;
    174174    double expectData;
    175175    double actualData;
     
    223223}
    224224
    225 int t03()
    226 {
    227     int currentId = psMemGetId();
    228     int testStatus = true;
    229     int memLeaks = 0;
     225psS32 t03()
     226{
     227    psS32 currentId = psMemGetId();
     228    psS32 testStatus = true;
     229    psS32 memLeaks = 0;
    230230    psPolynomial1D *myPoly = NULL;
    231231
     
    257257
    258258
    259 int main()
     259psS32 main()
    260260{
    261261    t00();
Note: See TracChangeset for help on using the changeset viewer.