IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33565


Ignore:
Timestamp:
Mar 17, 2012, 3:13:10 PM (14 years ago)
Author:
eugene
Message:

fix typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/load_catalogs.c

    r33564 r33565  
    140140    char command[1024];
    141141    snprintf (command, 1024, "relastro_client -load-objects %s -hostID %d -D CATDIR %s -hostdir %s -region %f %f %f %f -statmode %s -minerror %f",
    142               catalogFile, table->hosts[i].hostID, CATDIR, table->hosts[i].pathname, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax, STATMODE, MIN_ERROR);
     142              table->hosts[i].results, table->hosts[i].hostID, CATDIR, table->hosts[i].pathname, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax, STATMODE, MIN_ERROR);
    143143
    144144    char tmpline[1024];
Note: See TracChangeset for help on using the changeset viewer.