IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2009, 11:24:13 AM (17 years ago)
Author:
bills
Message:

use cleaned instead of purged for cleaning up magicDSRuns

File:
1 edited

Legend:

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

    r25835 r25837  
    903903          (strcmp(state, "restored") == 0) ||
    904904          (strcmp(state, "censored") == 0) ||
    905           (strcmp(state, "purged") == 0) ||
     905          (strcmp(state, "cleaned") == 0) ||
    906906          (strcmp(state, "goto_restored") == 0) ||
    907907          (strcmp(state, "goto_censored") == 0) ||
    908           (strcmp(state, "goto_purged") == 0))
     908          (strcmp(state, "goto_cleaned") == 0))
    909909        ) {
    910910        return false;
Note: See TracChangeset for help on using the changeset viewer.