From d2d09a928e7573d5a79defe5bc2ff48eeb32f809 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 24 Jul 2008 12:43:43 +0000
Subject: [PATCH] remove obsolete occurrences of the fortran ipopt code

[[Imported from SVN: r2617]]
---
 dirneucoupling.cc | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dirneucoupling.cc b/dirneucoupling.cc
index ccde3e4d..aa639e95 100644
--- a/dirneucoupling.cc
+++ b/dirneucoupling.cc
@@ -17,13 +17,10 @@
 #include <dune/ag-common/iterativesolver.hh>
 #include <dune/ag-common/projectedblockgsstep.hh>
 #ifdef HAVE_IPOPT
-#include <dune/ag-common/linearipopt.hh>
-#endif
-#ifdef HAVE_IPOPT_CPP
 #include <dune/ag-common/quadraticipopt.hh>
 #endif
 #include <dune/ag-common/readbitfield.hh>
-#include <dune/ag-common/norm/energynorm.hh>
+#include <dune/ag-common/norms/energynorm.hh>
 #include <dune/ag-common/boundarypatch.hh>
 #include <dune/ag-common/prolongboundarypatch.hh>
 #include <dune/ag-common/sampleonbitfield.hh>
@@ -303,9 +300,6 @@ int main (int argc, char *argv[]) try
 
     // First create a gauss-seidel base solver
 #ifdef HAVE_IPOPT
-    LinearIPOptSolver<VectorType> baseSolver;
-#endif
-#ifdef HAVE_IPOPT_CPP
     QuadraticIPOptSolver<MatrixType,VectorType> baseSolver;
 #endif
     baseSolver.verbosity_ = NumProc::QUIET;
-- 
GitLab