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

    r2086 r2204  
    2626}
    2727
    28 int t00()
     28psS32 t00()
    2929{
    3030    psPolynomial1D *myPoly = NULL;
     
    3232    psVector *y = NULL;
    3333    psVector *yErr = NULL;
    34     int i = 0;
    35     int currentId = psMemGetId();
    36     int testStatus = true;
    37     int memLeaks = 0;
     34    psS32 i = 0;
     35    psS32 currentId = psMemGetId();
     36    psS32 testStatus = true;
     37    psS32 memLeaks = 0;
    3838
    3939    myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB);
     
    9595
    9696
    97 int t01()
     97psS32 t01()
    9898{
    9999    psPolynomial1D *myPoly = NULL;
    100100    psVector *x = NULL;
    101101    psVector *y = NULL;
    102     int i = 0;
    103     int currentId = psMemGetId();
    104     int testStatus = true;
    105     int memLeaks = 0;
     102    psS32 i = 0;
     103    psS32 currentId = psMemGetId();
     104    psS32 testStatus = true;
     105    psS32 memLeaks = 0;
    106106
    107107    myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB);
     
    155155
    156156
    157 int t02()
     157psS32 t02()
    158158{
    159159    psPolynomial1D *myPoly = NULL;
    160160    psVector *x = NULL;
    161161    psVector *y = NULL;
    162     int i = 0;
    163     int currentId = psMemGetId();
    164     int testStatus = true;
    165     int memLeaks = 0;
     162    psS32 i = 0;
     163    psS32 currentId = psMemGetId();
     164    psS32 testStatus = true;
     165    psS32 memLeaks = 0;
    166166
    167167    myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB);
     
    214214}
    215215
    216 int t03()
    217 {
    218     psPolynomial1D *myPoly = NULL;
    219     int currentId = psMemGetId();
    220     int testStatus = true;
    221     int memLeaks = 0;
     216psS32 t03()
     217{
     218    psPolynomial1D *myPoly = NULL;
     219    psS32 currentId = psMemGetId();
     220    psS32 testStatus = true;
     221    psS32 memLeaks = 0;
    222222
    223223    printPositiveTestHeader(stdout,
     
    244244}
    245245
    246 int main()
     246psS32 main()
    247247{
    248248    t00();
Note: See TracChangeset for help on using the changeset viewer.