Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Commits
8c97d0ec
Commit
8c97d0ec
authored
5 months ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Hopefully improve comment about complex/singlecomplex
parent
97ade671
No related branches found
No related tags found
1 merge request
!591
Fixes compilation with SuperLU 7 by forcing backwards compatibility
Pipeline
#74237
passed
5 months ago
Stage: .pre
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/istl/superlufunctions.hh
+4
-2
4 additions, 2 deletions
dune/istl/superlufunctions.hh
with
4 additions
and
2 deletions
dune/istl/superlufunctions.hh
+
4
−
2
View file @
8c97d0ec
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment