[dune-pdelab] Issues in 2.0-rc1

Christoph GrĂ¼ninger christoph.grueninger at iws.uni-stuttgart.de
Tue Jun 10 07:38:51 CEST 2014


Hi Steffen,
thanks for preparing a release candidate. I had some issues 
regarding
make headercheck and with CMake in make check. I have not yet 
found
the time to prepare proper patches. I hope I can do so until 
the end
of the week.
I attached was I changed so far.

Bye
Christoph

diff --git a/dune/pdelab/backend/eigen/descriptors.hh 
b/dune/pdelab/backend/eigen/descriptors.hh
index 8b3790e..b61a760 100644
--- a/dune/pdelab/backend/eigen/descriptors.hh
+++ b/dune/pdelab/backend/eigen/descriptors.hh
@@ -91,7 +91,7 @@ namespace Dune {
  } // namespace Dune
  
  #else
-#error You need Eigen to use the Eigen backend
+#warning You need Eigen to use the Eigen backend
  #endif // HAVE_EIGEN
  
  #endif // DUNE_PDELAB_BACKEND_EIGEN_DESCRIPTORS_HH
diff --git a/dune/pdelab/backend/eigen/solvers.hh 
b/dune/pdelab/backend/eigen/solvers.hh
index 70a249b..7c97b33 100644
--- a/dune/pdelab/backend/eigen/solvers.hh
+++ b/dune/pdelab/backend/eigen/solvers.hh
@@ -8,7 +8,7 @@
  
  #include <dune/pdelab/constraints/common/constraints.hh>
  
-#include "solver.hh"
+#include "../solver.hh"
  
  #if HAVE_EIGEN
  
diff --git a/dune/pdelab/backend/simple/descriptors.hh 
b/dune/pdelab/backend/simple/descriptors.hh
index 62f59df..89b2330 100644
--- a/dune/pdelab/backend/simple/descriptors.hh
+++ b/dune/pdelab/backend/simple/descriptors.hh
@@ -5,6 +5,8 @@
  
  #include <vector>
  
+#include <dune/pdelab/ordering/orderingbase.hh>
+
  namespace Dune {
    namespace PDELab {




More information about the dune-pdelab mailing list