IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2009, 4:32:11 PM (17 years ago)
Author:
Paul Price
Message:

Split the FILES in the RUN metadata into two parts --- FILES.INPUT and FILES.OUTPUT. Bill needs this distinction so he knows what has to be distributed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r23272 r23447  
    166166    }
    167167
    168     if (!pmConfigRunFileAdd(config, file)) {
     168    if (!pmConfigRunFileAddRead(config, file)) {
    169169        psError(PS_ERR_UNKNOWN, false, "Unable to add file to run-time information");
    170170        return false;
     
    421421    }
    422422
    423     if (!pmConfigRunFileAdd(config, file)) {
     423    if (!pmConfigRunFileAddWrite(config, file)) {
    424424        psError(PS_ERR_UNKNOWN, false, "Unable to add file to run-time information");
    425425        return false;
Note: See TracChangeset for help on using the changeset viewer.