blob: f63ed5d93e7d204c5e446d0e9f7dde289041f598 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- lib/database/src/so/nodes/nurbs/head/simplemath.h.orig 2000-08-15 12:56:22 UTC
+++ lib/database/src/so/nodes/nurbs/head/simplemath.h
@@ -54,6 +54,6 @@ inline int
absi( int x ) { return ( x < 0 ) ? -x : x; }
inline REAL
-abs( REAL x ) { return ( x < 0.0 ) ? -x : x; }
+absr( REAL x ) { return ( x < 0.0 ) ? -x : x; }
#endif /* __glusimplemath_h_ */
|