IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 6:24:33 PM (18 years ago)
Author:
eugene
Message:

adding hostname to db fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r16248 r16253  
    329329    PXOPT_LOOKUP_F32(dtime_photom,  config->args,  "-dtime_photom",  false, false);
    330330    PXOPT_LOOKUP_F32(dtime_astrom,  config->args,  "-dtime_astrom",  false, false);
     331    PXOPT_LOOKUP_STR(hostname, config->args,       "-hostname", false, false);
    331332    PXOPT_LOOKUP_F32(n_stars, config->args, "-n_stars", false, false);
    332333    PXOPT_LOOKUP_F32(n_extended, config->args, "-n_extended", false, false);
     
    367368                                   dtime_photom,
    368369                                   dtime_astrom,
     370                                   hostname,
    369371                                   n_stars,
    370372                                   n_extended,
Note: See TracChangeset for help on using the changeset viewer.