Changeset 37651
- Timestamp:
- Nov 20, 2014, 8:32:07 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src
- Files:
-
- 2 edited
-
initialize_setgalmodel.c (modified) (1 diff)
-
update_dvo_setgalmodel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/initialize_setgalmodel.c
r37602 r37651 212 212 } 213 213 214 TESTING = FALSE; 215 if ((N = get_argument (argc, argv, "-testing"))) { 216 TESTING = TRUE; 217 remove_argument (N, &argc, argv); 218 } 219 214 220 UPDATE = FALSE; 215 221 if ((N = get_argument (argc, argv, "-update"))) { -
branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_dvo_setgalmodel.c
r37602 r37651 100 100 char tmpline[1024]; 101 101 if (VERBOSE) { snprintf (tmpline, 1024, "%s -v", command); strcpy (command, tmpline); } 102 if (TESTING) { snprintf (tmpline, 1024, "%s -testing", command); strcpy (command, tmpline); } 102 103 if (UPDATE) { snprintf (tmpline, 1024, "%s -update", command); strcpy (command, tmpline); } 103 104 if (UPDATE_CATFORMAT) { snprintf (tmpline, 1024, "%s -update-catformat %s", command, UPDATE_CATFORMAT); strcpy (command, tmpline); }
Note:
See TracChangeset
for help on using the changeset viewer.
