Skip to content
Snippets Groups Projects
Commit 3f083e80 authored by Christian Engwer's avatar Christian Engwer
Browse files

[istl][eigenvalue] protect undef statement

parent 7a574c00
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,13 @@
#include <dune/istl/istlexception.hh> // provides Dune::ISTLError
#include <dune/istl/io.hh> // provides Dune::printvector(...)
#ifdef Status
#undef Status // prevent preprocessor from damaging the ARPACK++
// code when "X11/Xlib.h" is included (the latter
// defines Status as "#define Status int" and
// ARPACK++ provides a class with a method called
// Status)
#endif
#include "arssym.h" // provides ARSymStdEig
......
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