IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8776 for trunk/psLib


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

rename psMetadataConfigParse() -> psMetadataConfigRead()

Location:
trunk/psLib/src/astro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psEarthOrientation.c

    r8232 r8776  
    88 *  @author Robert Daniel DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-08-08 23:32:22 $
     10 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-09-08 02:33:23 $
    1212 *
    1313 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    8787
    8888    // Read config file
    89     psMetadata* eocMetadata = psMetadataConfigParse(NULL,
     89    psMetadata* eocMetadata = psMetadataConfigRead(NULL,
    9090                              &nFail,
    9191                              p_psGetConfigFileName(),
  • trunk/psLib/src/astro/psTime.c

    r8773 r8776  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-09-08 00:58:35 $
     12 *  @version $Revision: 1.97 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-09-08 02:33:23 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    271271
    272272    // Read config file
    273     timeMetadata = psMetadataConfigParse(timeMetadata, &nFail, fileName, true);
     273    timeMetadata = psMetadataConfigRead(timeMetadata, &nFail, fileName, true);
    274274    if(timeMetadata == NULL) {
    275275        return false;
Note: See TracChangeset for help on using the changeset viewer.