IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2006, 2:12:02 PM (20 years ago)
Author:
desonia
Message:

modified to reflect change in behaviour of psMetadataLookupPtr/Str/MD
functions.

File:
1 edited

Legend:

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

    r6230 r6314  
    88 *  @author Robert Daniel DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-01-28 01:31:44 $
     10 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-02-03 00:11:54 $
    1212 *
    1313 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    184184    iersTable = psVectorsReadFromFile(iersTableName, iersTableFormat);
    185185    finalsTable = psVectorsReadFromFile(finalsTableName, finalsTableFormat);
    186     psFree(tableFormat);
    187     psFree(iersTableFormat);
    188     psFree(finalsTableFormat);
    189     psFree(xTableName);
    190     psFree(yTableName);
    191     psFree(sTableName);
    192     psFree(finalsTableName);
    193     psFree(iersTableName);
    194186
    195187    if(xTable == NULL || yTable == NULL || sTable == NULL) {
     
    235227    memcpy(sPoly->coeff, sCoeff->data.F64,PSELEMTYPE_SIZEOF(PS_TYPE_F64)*sCoeff->n);
    236228
    237     psFree(xCoeff);
    238     psFree(yCoeff);
    239     psFree(sCoeff);
    240229    psFree(eocMetadata);
    241230
Note: See TracChangeset for help on using the changeset viewer.