Skip to content
Snippets Groups Projects
Commit e978bae3 authored by akbib's avatar akbib Committed by akbib
Browse files

Adjust exception message to new class name.

[[Imported from SVN: r12664]]
parent 457f453c
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ public: ...@@ -178,7 +178,7 @@ public:
void setConfiguration(Function* newConfig) { void setConfiguration(Function* newConfig) {
configuration_ = dynamic_cast<GridFunction*>(newConfig); configuration_ = dynamic_cast<GridFunction*>(newConfig);
if (!configuration_) if (!configuration_)
DUNE_THROW(Dune::Exception,"In [GeomNonlinLinearizedStVenantAssembler]: You need to provide a GridFunction describing the displacement!"); DUNE_THROW(Dune::Exception,"In [GeomExactStVenantKirchhoffOperatorAssembler]: You need to provide a GridFunction describing the displacement!");
} }
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment