IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2010, 7:14:09 PM (16 years ago)
Author:
bills
Message:

turn off automatic replication in streaksremove. In replicateOutputs only
replicate if user.copies is set. Need to test this part before destreaking
raw files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksio.c

    r26621 r26983  
    925925    bool free_user_copies = true;
    926926    if (user_copies == NULL) {
    927         user_copies = "2";
    928         free_user_copies = false;
     927        // input does not have replication requested
     928        return true;
    929929    }
    930930    if (!nebSetXattr(server, outFile->name, "user.copies", user_copies,  NEB_REPLACE)) {
Note: See TracChangeset for help on using the changeset viewer.