IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2004, 3:18:28 PM (22 years ago)
Author:
desonia
Message:

format tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psMetadata.c

    r1621 r1653  
    1212*  @author Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-08-25 20:21:25 $
     14*  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-08-28 01:18:28 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    482482    entry = (psMetadataItem* ) psHashLookup(mdTable, key);
    483483    if (entry == NULL) {
    484         psError(__func__, "Could not find metadata item. Key: %s", key);
    485484        return NULL;
    486485    }
     
    567566    }
    568567
    569     // Match not found
    570     if (entry == NULL) {
    571         psError(__func__, "Couldn't find metadata item");
    572     }
    573 
    574568    return entry;
    575569}
     
    605599            return psListGetPrevious(mdList);
    606600        }
    607     }
    608 
    609     // Match not found
    610     if (entry == NULL) {
    611         psError(__func__, "Couldn't find metadata item", match);
    612601    }
    613602
Note: See TracChangeset for help on using the changeset viewer.