Skip to content
Snippets Groups Projects
Commit 2db58cfd authored by Christian Engwer's avatar Christian Engwer
Browse files

add ParallelError (needed for mpiguard)

[[Imported from SVN: r5949]]
parent 31619b3a
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,13 @@ namespace Dune {
*/
class InvalidStateException : public Exception {};
/*! \brief Default exception if an error in the parallel
* communication of the programm occured
* \ingroup ParallelCommunication
*/
class ParallelError : public Exception {};
} // end namespace
#endif
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