Changeset 4935
- Timestamp:
- Aug 31, 2005, 12:00:10 PM (21 years ago)
- Location:
- trunk/psLib/src/mathtypes
- Files:
-
- 2 edited
-
psScalar.c (modified) (2 diffs)
-
psScalar.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psScalar.c
r4920 r4935 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-08-31 02:07:11$10 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-08-31 22:00:10 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 27 27 } 28 28 29 psScalar* psScalarAlloc(complex doublevalue, psElemType type)29 psScalar* psScalarAlloc(complex value, psElemType type) 30 30 { 31 31 psScalar* scalar = NULL; -
trunk/psLib/src/mathtypes/psScalar.h
r4920 r4935 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-08-31 02:07:11$13 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-31 22:00:10 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 66 66 */ 67 67 psScalar* psScalarAlloc( 68 complex doublevalue, ///< Data to be put into psScalar.68 complex value, ///< Data to be put into psScalar. 69 69 psElemType type ///< Type of data to be held by psScalar. 70 70 );
Note:
See TracChangeset
for help on using the changeset viewer.
