Skip to content
Snippets Groups Projects
Commit a2260dbd authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

fix paths

[[Imported from SVN: r2377]]
parent 87e58662
Branches
Tags
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#include <dune-solvers/iterationsteps/projectedblockgsstep.hh> #include <dune-solvers/iterationsteps/projectedblockgsstep.hh>
#include <dune-solvers/transferoperators/multigridtransfer.hh> #include <dune-solvers/transferoperators/multigridtransfer.hh>
#include <dune/ag-common/boxconstraint.hh> #include <dune-solvers/boxconstraint.hh>
#include <dune/ag-common/obstaclerestrictor.hh> #include <dune-solvers/transferoperators/obstaclerestrictor.hh>
/** \brief The general monotone multigrid solver /** \brief The general monotone multigrid solver
*/ */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "dune/ag-common/genericvectortools.hh" #include "dune/ag-common/genericvectortools.hh"
#ifdef HAVE_IPOPT #ifdef HAVE_IPOPT
#include "quadraticipopt.hh" #include <dune/ag-common/quadraticipopt.hh>
#endif #endif
template <class OperatorType, class VectorType, class BitVectorType> template <class OperatorType, class VectorType, class BitVectorType>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <vector> #include <vector>
#include "blockgsstep.hh" #include "blockgsstep.hh"
#include "boxconstraint.hh" #include <dune-solvers/boxconstraint.hh>
template<class OperatorType, class DiscFuncType> template<class OperatorType, class DiscFuncType>
class ProjectedBlockGSStep : public BlockGSStep<OperatorType, DiscFuncType> class ProjectedBlockGSStep : public BlockGSStep<OperatorType, DiscFuncType>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <dune/common/bitsetvector.hh> #include <dune/common/bitsetvector.hh>
#include "dune/ag-common/lineariterationstep.hh" #include <dune-solvers/iterationsteps/lineariterationstep.hh>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
#include "projectedblockgsstep.hh" #include "projectedblockgsstep.hh"
#include "boxconstraint.hh" #include <dune-solvers/boxconstraint.hh>
/** \brief A Gauss-Seidel iterator which does not assume that the functional /** \brief A Gauss-Seidel iterator which does not assume that the functional
is convex, but which expects a bounded admissible set. is convex, but which expects a bounded admissible set.
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <vector> #include <vector>
#include <dune-solvers/transferoperators/multigridtransfer.hh> #include <dune-solvers/transferoperators/multigridtransfer.hh>
#include <dune/ag-common/boxconstraint.hh> #include <dune-solvers/boxconstraint.hh>
/** /**
* \todo Do we need the template parameter? * \todo Do we need the template parameter?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment