Changeset 2212 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Oct 27, 2004, 10:07:17 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r2208 r2212 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.7 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-27 01:21:01$11 * @version $Revision: 1.72 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-27 20:07:17 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1733 1733 return(stats); 1734 1734 } 1735 PS_ CHECK_NULL_PTR(stats, NULL);1735 PS_PTR_CHECK_NULL(stats, NULL); 1736 1736 1737 1737 inF32 = p_psConvertToF32((psVector *) in);
Note:
See TracChangeset
for help on using the changeset viewer.
