Skip to content
Snippets Groups Projects
Commit def271a4 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Fixed a small bug when using AMDiS in debug mode.

parent d34c8857
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ namespace AMDiS {
void ElInfo::testFlag(const Flag& flags) const
{
TEST_EXIT_DBG(fillFlag_.isSet(flags))("flag not set\n");
TEST_EXIT_DBG(fillFlag.isSet(flags))("flag not set\n");
}
......
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