Skip to content
Snippets Groups Projects
Commit 8c97d0ec authored by Markus Blatt's avatar Markus Blatt
Browse files

Hopefully improve comment about complex/singlecomplex

parent 97ade671
No related branches found
No related tags found
1 merge request!591Fixes compilation with SuperLU 7 by forcing backwards compatibility
Pipeline #74237 passed
......@@ -59,8 +59,10 @@ extern "C" {
#if __has_include("slu_cdefs.h")
#ifndef SUPERLU_TYPEDEF_COMPLEX
// For now let's keep backwards compatible and let
// complex be a typedef of doublecomplex
// Per default SuperLU >= 7.0.0. does not provide
// a type complex anymore. By setting SUPERLU_TYPEDEF_COMPLEX
// we tell SuperLU to define complex to be the same as the
// new type singlecomplex
#define SUPERLU_TYPEDEF_COMPLEX
#endif
#include "slu_scomplex.h"
......
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