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

    r1406 r2204  
    1212#define N ((4 * N1) + 1)
    1313
    14 int main()
     14psS32 main()
    1515{
    1616    psStats *myStats    = NULL;
    17     int testStatus      = true;
    18     int i               = 0;
     17    psS32 testStatus      = true;
     18    psS32 i               = 0;
    1919    psVector *myVector  = NULL;
    2020    psVector *maskVector= NULL;
Note: See TracChangeset for help on using the changeset viewer.