IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35837


Ignore:
Timestamp:
Jul 17, 2013, 3:30:09 PM (13 years ago)
Author:
bills
Message:

fix prototype and call to delete_photcodes()

Location:
trunk/Ohana/src/delstar
Files:
2 edited

Legend:

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

    r35758 r35837  
    138138void SortAveMeasMatch (off_t *MEAS, off_t *AVE, off_t N);
    139139
    140 int delete_photcodes ();
     140int delete_photcodes (void);
    141141int delete_photcodes_parallel (SkyList *sky);
    142142int delete_photcodes_catalog (Catalog *catalog, PhotCode **photcodes, int Nphotcodes);
  • trunk/Ohana/src/delstar/src/delstar.c

    r35758 r35837  
    9999      }
    100100
    101       if (!delete_photcodes (0, NULL)) {
     101      if (!delete_photcodes ()) {
    102102        fprintf (stderr, "failure deleting measurements\n");
    103103        exit (1);
Note: See TracChangeset for help on using the changeset viewer.