Changeset 38263
- Timestamp:
- May 13, 2015, 11:06:19 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/uniphot/src/update_dvo_setphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/uniphot/src/update_dvo_setphot.c
r36630 r38263 115 115 UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax); 116 116 117 fprintf (stderr, "command: %s\n", command);118 119 117 char tmpline[1024]; 120 118 if (VERBOSE) { snprintf (tmpline, 1024, "%s -v", command); strcpy (command, tmpline); } … … 122 120 if (UPDATE) { snprintf (tmpline, 1024, "%s -update", command); strcpy (command, tmpline); } 123 121 if (UBERCAL) { snprintf (tmpline, 1024, "%s -ubercal", command); strcpy (command, tmpline); } 122 123 fprintf (stderr, "command: %s\n", command); 124 124 125 125 if (PARALLEL_MANUAL) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
