aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/misc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-03-07 11:25:58 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-03-07 11:25:58 +0100
commite5156e4d253fcc8ac13b0131973de3f56e810ab5 (patch)
tree7439ad238f095a796db9b55f9eab968b59446922 /Eigen/src/misc
parent5694315fbb7a2abc157cad284852b5e3df2f9576 (diff)
fix typo
Diffstat (limited to 'Eigen/src/misc')
-rwxr-xr-xEigen/src/misc/lapacke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/misc/lapacke.h b/Eigen/src/misc/lapacke.h
index dd6fd3b0a..3d8e24f5a 100755
--- a/Eigen/src/misc/lapacke.h
+++ b/Eigen/src/misc/lapacke.h
@@ -77,7 +77,7 @@
#endif
#ifndef lapack_complex_float_real
-#define lapack_complex_float_rea@l(z) (creal(z))
+#define lapack_complex_float_real(z) (creal(z))
#endif
#ifndef lapack_complex_float_imag