Skip to content
Snippets Groups Projects
Commit 4c1e40e9 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

add missing 'extern "C"' before including quadmath.h

again, that could be considered a bug in quadmath.h

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6535 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 4b898fa4
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,10 @@ ...@@ -30,7 +30,10 @@
#include <iostream> #include <iostream>
#include <cmath> #include <cmath>
extern "C" {
#include <quadmath.h> #include <quadmath.h>
}
typedef __float128 quad; typedef __float128 quad;
......
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