This commit is contained in:
Gael Guennebaud 2017-03-07 11:25:58 +01:00
parent 5694315fbb
commit e5156e4d25

View File

@ -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