IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2015, 2:57:41 PM (12 years ago)
Author:
eugene
Message:

merge changes from ipp-20141224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotExtendedSourceAnalysis.c

    r36375 r37811  
    3838
    3939/*** for the moment, this test code : it is not thread safe ***/
    40 int    Nall = 0;
    41 int  Nskip1 = 0;
    42 int  Nskip2 = 0;
    43 int  Nskip3 = 0;
    44 int  Nskip4 = 0;
    45 int  Nskip5 = 0;
    46 int  Nskip6 = 0;
     40static int    Nall = 0;
     41static int  Nskip1 = 0;
     42static int  Nskip2 = 0;
     43static int  Nskip3 = 0;
     44static int  Nskip4 = 0;
     45static int  Nskip5 = 0;
     46static int  Nskip6 = 0;
    4747
    4848# define SKIP(VALUE) { VALUE++; continue; }
Note: See TracChangeset for help on using the changeset viewer.