IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2015, 5:57:53 AM (11 years ago)
Author:
eugene
Message:

fix minor merge typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c

    r38468 r38470  
    1010
    1111int dvomergeUpdate_parallel (char *input, char *output, SkyTable *outsky, IDmapType *IDmap);
    12 int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput, SkyTable *sky);
    13 int dvomergeUpdate_parallel_table (HostTable *table, char *absinput, char *absoutput);
     12int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput);
    1413
    1514int dvomergeUpdate_catalogs (char *input, char *output, SkyTable *outsky, SkyList *inlist, int NsecfiltInput, int NsecfiltOutput, IDmapType *IDmap, int *secfiltMap) {
     
    233232  return TRUE;
    234233}
    235 
    236 int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput);
    237234
    238235// launch the dvomergeUpdate_client jobs to the parallel hosts
Note: See TracChangeset for help on using the changeset viewer.