IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2005, 2:02:48 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psSpline.h

    r4958 r4969  
    1010 *  @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-09-07 21:35:50 $
     12 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-09-08 00:02:48 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    108108);
    109109
     110/** Checks the type of a particular pointer.
     111 *
     112 *  Uses the appropriate deallocation function in psMemBlock to check the ptr datatype.
     113 *
     114 *  @return bool:       True if the pointer matches a psSpline1D structure, false otherwise.
     115 */
     116bool psMemCheckSpline1D(
     117    psPtr ptr                          ///< the pointer whose type to check
     118);
     119
    110120/** \} */ // End of MathGroup Functions
    111121
Note: See TracChangeset for help on using the changeset viewer.