Skip to content
Snippets Groups Projects
Commit 40e12195 authored by Timo Koch's avatar Timo Koch Committed by Dennis Gläser
Browse files

[experimental][mdassembler] improve exception message

parent 39e495d4
No related branches found
No related tags found
1 merge request!3608[experimental] Multistage assembler
...@@ -481,7 +481,7 @@ private: ...@@ -481,7 +481,7 @@ private:
void assembleResidual_(Dune::index_constant<i> domainId, SubRes& subRes, void assembleResidual_(Dune::index_constant<i> domainId, SubRes& subRes,
const SolutionVector& curSol) const SolutionVector& curSol)
{ {
DUNE_THROW(Dune::InvalidStateException, "Called redidual"); DUNE_THROW(Dune::NotImplemented, "assembleResidual_");
} }
/*! /*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment