IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42149


Ignore:
Timestamp:
Mar 29, 2022, 3:07:29 PM (4 years ago)
Author:
eugene
Message:

remove unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/loadwise_star_full.c

    r42146 r42149  
    1212int loadwise_star_catwise (Measure *measure, char *line, int Nmax, double Rs, double Ds) {
    1313
    14   int i;
    15   char *ptr;
    16 
    1714  if (line == NULL) Shutdown ("format error in WISE");
    18 
    19   ptr = line;
    2015
    2116  /*** CATWISE has fixed width data, not pipe-separated, etc ***/
Note: See TracChangeset for help on using the changeset viewer.