Skip to content
Snippets Groups Projects
Commit 76cba445 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[common.lapacke] fix warning

parent 814a9637
No related branches found
No related tags found
3 merge requests!41Fix compilation with icc, several other changes,!39Make functions copyable,!35dailywork-ftschindler
...@@ -275,7 +275,7 @@ int dgesvd(int DXTC_LAPACKE_ONLY(matrix_layout), ...@@ -275,7 +275,7 @@ int dgesvd(int DXTC_LAPACKE_ONLY(matrix_layout),
#endif #endif
} }
double dlamch(char cmach) double dlamch(char DXTC_LAPACKE_ONLY(cmach))
{ {
#if HAVE_MKL || HAVE_LAPACKE #if HAVE_MKL || HAVE_LAPACKE
return LAPACKE_dlamch(cmach); return LAPACKE_dlamch(cmach);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment