Skip to content
Snippets Groups Projects
Commit 166fa881 authored by maxka's avatar maxka
Browse files

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.
parent 16fdcb27
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment