gets us closer to it...
git-svn-id: https://svn.dealii.org/trunk@31658
0785d39b-7218-0410-832d-
ea1e28bc413d
ExcMessage ("The finite element associated with this DoFHandler does not match "
"the one that was associated with the DoFHandler previously stored."));
AssertThrow (policy_name == typeid(*policy).name(),
- ExcMessage ("The policy associated with this DoFHandler does not match "
- "the one that was associated with the DoFHandler previously stored."));
+ ExcMessage (std::string ("The policy currently associated with this DoFHandler (")
+ + typeid(*policy).name()
+ +std::string(") does not match the one that was associated with the "
+ "DoFHandler previously stored (")
+ + policy_name
+ + ")."));
}
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams