IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2004, 9:27:56 AM (22 years ago)
Author:
harman
Message:

Added scalar copy function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psScalar.h

    r1441 r1453  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-09 23:40:55 $
     13 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-08-10 19:27:56 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7979                 );
    8080
     81/** Copy a scalar.
     82 *
     83 * Uses psLib memory allocation functions to copy a scalar.
     84 *
     85 * @return void.
     86 *
     87 */
     88psScalar* psScalarCopy(psScalar *scalar    ///< Scalar to copy.
     89                      );
     90
    8191/// @}
    8292
Note: See TracChangeset for help on using the changeset viewer.