IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37651


Ignore:
Timestamp:
Nov 20, 2014, 8:32:07 PM (12 years ago)
Author:
eugene
Message:

fix parallel setgalmodel

Location:
branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/initialize_setgalmodel.c

    r37602 r37651  
    212212  }
    213213
     214  TESTING = FALSE;
     215  if ((N = get_argument (argc, argv, "-testing"))) {
     216    TESTING = TRUE;
     217    remove_argument (N, &argc, argv);
     218  }
     219
    214220  UPDATE = FALSE;
    215221  if ((N = get_argument (argc, argv, "-update"))) {
  • branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_dvo_setgalmodel.c

    r37602 r37651  
    100100    char tmpline[1024];
    101101    if (VERBOSE)          { snprintf (tmpline, 1024, "%s -v",                   command);                   strcpy (command, tmpline); }
     102    if (TESTING)          { snprintf (tmpline, 1024, "%s -testing",             command);                   strcpy (command, tmpline); }
    102103    if (UPDATE)           { snprintf (tmpline, 1024, "%s -update",              command);                   strcpy (command, tmpline); }
    103104    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.