IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9989


Ignore:
Timestamp:
Nov 14, 2006, 3:33:43 PM (20 years ago)
Author:
Paul Price
Message:

Function to get config file name was not globally visible.

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

Legend:

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

    r9976 r9989  
    88 *  @author Robert Daniel DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-11-14 21:15:43 $
     10 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-11-15 01:33:42 $
    1212 *
    1313 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    8989    psMetadata* eocMetadata = psMetadataConfigRead(NULL,
    9090                              &nFail,
    91                               p_psGetConfigFileName(),
     91                              p_psTimeConfigFileName(),
    9292                              true);
    9393    //Make sure reading of config file worked correctly
  • trunk/psLib/src/astro/psTime.h

    r9665 r9989  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-10-20 00:17:21 $
     13 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-11-15 01:33:43 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7676
    7777
     78// get the pslib.config filename by checking environment variable first, then original installation area.
     79const char *p_psTimeConfigFileName();
     80
     81
    7882/** Initialize time data.
    7983 *
Note: See TracChangeset for help on using the changeset viewer.