IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2007, 4:50:21 PM (19 years ago)
Author:
jhoblitt
Message:

remove use of rawExp.imfiles

File:
1 edited

Legend:

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

    r14024 r14059  
    897897    }
    898898
    899     psS32 imfiles = psMetadataLookupS32(&status, config->args, "-imfiles");
    900     if (!status) {
    901         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -imfiles");
    902         return false;
    903     }
    904     if (!imfiles) {
    905         psError(PS_ERR_UNKNOWN, true, "-imfiles is required");
    906         return false;
    907     }
    908 
    909899    psString exp_tag = psMetadataLookupStr(&status, config->args, "-exp_tag");
    910900    if (!status) {
     
    10741064        exp_tag,
    10751065        exp_type,
    1076         imfiles,
    10771066        filelevel,
    10781067        exp->workdir,
Note: See TracChangeset for help on using the changeset viewer.