Skip to content
Snippets Groups Projects
Commit 14da044a authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

dirty workaround for gfortran bug in gcc-7

parent de42e16e
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
* Mathlib gen * Mathlib gen
* *
* *
C SJJ: disabled for now, compiler issue with current version of gfortran
C in gcc-7
#if 0
#include "gen/pilot.h" #include "gen/pilot.h"
#if !defined(CERNLIB_DOUBLE) #if !defined(CERNLIB_DOUBLE)
FUNCTION CWERF(Z) FUNCTION CWERF(Z)
...@@ -72,3 +75,4 @@ C GCMPLX(X,Y)=DCMPLX(X,Y) ...@@ -72,3 +75,4 @@ C GCMPLX(X,Y)=DCMPLX(X,Y)
#endif #endif
RETURN RETURN
END END
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment