Changeset 2055 for trunk/psLib/src/collections/psScalar.h
- Timestamp:
- Oct 12, 2004, 9:32:44 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psScalar.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psScalar.h
r1477 r2055 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $14 * @date $Date: 2004- 08-11 20:08:08$13 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-10-12 19:32:44 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 70 70 ); 71 71 72 /** Deallocate a scalar.73 *74 * Uses psLib memory allocation functions to deallocate a scalar.75 *76 */77 void psScalarFree(78 psScalar* restrict scalar ///< Scalar to free.79 );80 81 72 /** Copy a scalar. 82 73 *
Note:
See TracChangeset
for help on using the changeset viewer.
