Changeset 12503
- Timestamp:
- Mar 19, 2007, 3:23:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMathUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMathUtils.c
r12434 r12503 3 3 * This file contains standard math routines. 4 4 * 5 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-03- 14 02:36:28$5 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-03-20 01:23:40 $ 7 7 * 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 110 110 const psScalar *x) 111 111 { 112 assert (status); 112 113 PS_ASSERT_GENERAL_VECTOR_NON_NULL (bins, *status = PS_BINARY_DISECT_INVALID_INPUT; return 0); 113 114 PS_ASSERT_GENERAL_VECTOR_NON_EMPTY(bins, *status = PS_BINARY_DISECT_INVALID_INPUT; return 0);
Note:
See TracChangeset
for help on using the changeset viewer.
