IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2006, 4:33:23 PM (20 years ago)
Author:
jhoblitt
Message:

rename psMetadataConfigParse() -> psMetadataConfigRead()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppNorm/src/ppNormCalc.c

    r8681 r8776  
    1919
    2020    int badLines = 0;                   // Number of bad lines
    21     psMetadata *exposures = psMetadataConfigParse(NULL, &badLines, argv[1], false); // Exposure statistics
     21    psMetadata *exposures = psMetadataConfigRead(NULL, &badLines, argv[1], false); // Exposure statistics
    2222    if (badLines > 0) {
    2323        psLogMsg("ppNormCalc", PS_LOG_WARN, "%d bad lines found when reading %s\n", badLines, argv[1]);
Note: See TracChangeset for help on using the changeset viewer.