IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37597


Ignore:
Timestamp:
Nov 13, 2014, 5:27:16 PM (12 years ago)
Author:
eugene
Message:

minor relphot error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/relphot/src/reload_catalogs.c

    r37595 r37597  
    128128}
    129129
     130int reload_catalog_parallel_group (HostTableGroup *group, SkyList *sky, char *imageFile);
     131
    130132// XXX Image to Image Subset
    131133int reload_catalogs_parallel (SkyList *sky) {
     
    168170
    169171  int Ngroups;
    170   HostTable *groups = HostTableGroups (table, &Ngroups);
     172  HostTableGroup *groups = HostTableGroups (table, &Ngroups);
    171173  // split the table into Ngroups, each with a unique set of machines (this avoids overloading the remote host machines)
    172174
     175  int i;
    173176  for (i = 0; i < Ngroups; i++) {
    174177    // update only a group of unique machines at a time
Note: See TracChangeset for help on using the changeset viewer.