IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2012, 9:38:03 AM (14 years ago)
Author:
eugene
Message:

only report a missing image once, not once per detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/include/dvomerge.h

    r34260 r34277  
    4242  unsigned int *old;
    4343  unsigned int *new;
     44  char *notFound;
    4445} IDmapType;
    4546
     
    128129int        IDmapSave               PROTO((char *filename, IDmapType *IDmap));
    129130IDmapType *IDmapLoad               PROTO((char *filename));
     131int        create_IDmap_lookup     PROTO((IDmapType *IDmap));
Note: See TracChangeset for help on using the changeset viewer.