diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-11 21:30:58 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-11 21:30:58 +0000 |
commit | 5ca4073f6a87a12b0da23e7befae564714cc0e5f (patch) | |
tree | bc71cac53fdd7ad2b86c3f16ee4ddf0a51a640ad | |
parent | fd4e1324fef445e4a04b615327282ecbe6a9b8fe (diff) |
oops, forgot to close #ifdef
svn path=/trunk/externals/iem/iemmatrix/; revision=4694
-rw-r--r-- | src/iemmatrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 98c9da2..34b15e3 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -81,6 +81,7 @@ # define expf(v) (float)exp((double)(v)) # define atan2f(v,p) (float)atan2((double)(v), (double)(p)) # define powf(v,p) (float)pow((double)(v), (double)(p)) +# endif #endif typedef double t_matrixfloat; |