aboutsummaryrefslogtreecommitdiff
path: root/src/iemmatrix.h
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-12-15 13:04:06 +0000
committermusil <tmusil@users.sourceforge.net>2006-12-15 13:04:06 +0000
commit9884c8a7d246231a2418d6e6daaf5baeaa1b9cb8 (patch)
tree197f0cc4dd3f867f1b043edb0e66e44fc2f4ad17 /src/iemmatrix.h
parenta7481cb9d5e02e6c48348de8ff7fa374d41320ce (diff)
one more define under windows
# define atanf atan svn path=/trunk/externals/iem/iemmatrix/; revision=6914
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r--src/iemmatrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h
index 34b15e3..d9abb37 100644
--- a/src/iemmatrix.h
+++ b/src/iemmatrix.h
@@ -66,6 +66,7 @@
# define fabsf fabs
# define sqrtf sqrt
# define powf pow
+# define atanf atan
#endif
#ifdef __APPLE__