From 166fa88187b7fb328d4ed5642b872e36e92abcf5 Mon Sep 17 00:00:00 2001 From: Max Kahnt <maxka@mi.fu-berlin.de> Date: Fri, 25 Aug 2017 13:45:19 +0000 Subject: [PATCH] Partially revert 1741ca28 (for SolverError and NumProc). These classes might need some more revision before being approved to be moved to the new namespace Dune::Solvers. --- dune/solvers/common/numproc.hh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dune/solvers/common/numproc.hh b/dune/solvers/common/numproc.hh index 890edf6..ab38666 100644 --- a/dune/solvers/common/numproc.hh +++ b/dune/solvers/common/numproc.hh @@ -5,9 +5,6 @@ #include <dune/common/exceptions.hh> -namespace Dune { -namespace Solvers { - /** \brief Exception thrown by solvers */ class SolverError : public Dune::Exception {}; @@ -51,11 +48,5 @@ class SolverError : public Dune::Exception {}; return lhs; } -} /* namespace Solvers */ -} /* namespace Dune */ - -// For backward compatibility: will be removed eventually -using Dune::Solvers::SolverError; -using Dune::Solvers::NumProc; #endif -- GitLab