IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9665 for trunk/psLib/src/types


Ignore:
Timestamp:
Oct 19, 2006, 2:17:21 PM (20 years ago)
Author:
jhoblitt
Message:

rename p_psTimeCopy() -> psTimeCopy() as it should be a public interface

File:
1 edited

Legend:

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

    r9635 r9665  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.142 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-10-18 20:16:58 $
     14 *  @version $Revision: 1.143 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-10-20 00:17:21 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    377377        }
    378378    case PS_DATA_TIME: {
    379             psTime *timeCopy = p_psTimeCopy( (psTime*)(in->data.V) );
     379            psTime *timeCopy = psTimeCopy( (psTime*)(in->data.V) );
    380380            if (timeCopy == NULL) {
    381381                psError(PS_ERR_BAD_PARAMETER_NULL, false,
Note: See TracChangeset for help on using the changeset viewer.