Changeset 4028 for trunk/psLib/src/dataManip/psConstants.h
- Timestamp:
- May 25, 2005, 9:26:44 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psConstants.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psConstants.h
r3990 r4028 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.6 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-05- 19 23:57:37$8 * @version $Revision: 1.68 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-05-25 19:25:29 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 * throw a psError if the CONDITION is true. However, some throw the error 22 22 * if the CONDITION is false. This should be consistant. 23 * 24 * XXX: rename all these with form PS_ASSERT_CONDITION(). 23 25 * 24 26 */ … … 44 46 #define M_2_PI 0.6366197723675813430755350534900574 /* 2/pi */ 45 47 #endif 48 #define PS_PI 3.1415926535897932384626433832795029 /* pi */ 46 49 47 50 #define DEG_TO_RAD(DEGREES) ((DEGREES) * M_PI / 180.0)
Note:
See TracChangeset
for help on using the changeset viewer.
