IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2005, 4:42:29 PM (21 years ago)
Author:
eugene
Message:

working towards autocode for imregister

File:
1 edited

Legend:

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

    r3 r3606  
    22# include "detrend.h"
    33
    4 Match SelectEntry (Match *list, int Nlist, Criteria *crit) {
     4Match SelectEntry (DetReg *image, int Nimage, Match *list, int Nlist, Criteria *crit) {
    55
    66  /* force a single selection */
     
    1616
    1717  int i, j, entry, order, matchnum;
    18   int nmatch, Nmatch, Nimage;
     18  int nmatch, Nmatch;
    1919  unsigned int tstart;
    2020  Match *match, *tmatch, answer;
    21   DetReg *image;
    22 
    23   image = get_images (&Nimage);
    2421
    2522  Nmatch = Nlist;
Note: See TracChangeset for help on using the changeset viewer.