IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 7:48:29 AM (22 years ago)
Author:
eugene
Message:

moved typename/modename to libohana, minor fixes to solve -Wall -Werror problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/detrend/altpath.c

    r124 r2803  
    55 
    66  int i, j, n, found, status;
    7   int Nimage, Nlist, Ncurrent, Nadd, Nremove;
    8   int *list, *current, *curfound, *add, *remove;
     7  int Nimage, Nlist;
     8  int *list, *current;
    99  char *dBPath, infile[256], outfile[256], line[1024];
    1010  DetReg *image;
     
    106106
    107107  fprintf (stderr, "unknown altpath mode: %d\n", output.Altpath);
     108  return (TRUE);
    108109}
    109110
Note: See TracChangeset for help on using the changeset viewer.