IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38263 for trunk


Ignore:
Timestamp:
May 13, 2015, 11:06:19 AM (11 years ago)
Author:
eugene
Message:

move the printed command to after the extra flags are set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/uniphot/src/update_dvo_setphot.c

    r36630 r38263  
    115115              UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax);
    116116
    117     fprintf (stderr, "command: %s\n", command);
    118 
    119117    char tmpline[1024];
    120118    if (VERBOSE)       { snprintf (tmpline, 1024, "%s -v",              command);                    strcpy (command, tmpline); }
     
    122120    if (UPDATE)        { snprintf (tmpline, 1024, "%s -update",         command);                    strcpy (command, tmpline); }
    123121    if (UBERCAL)       { snprintf (tmpline, 1024, "%s -ubercal",        command);                    strcpy (command, tmpline); }
     122
     123    fprintf (stderr, "command: %s\n", command);
    124124
    125125    if (PARALLEL_MANUAL) continue;
Note: See TracChangeset for help on using the changeset viewer.