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

Small bug fix.

parent c9d5b5cd
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,8 @@ namespace AMDiS {
void Operator::finishAssembling()
{
assembler->finishAssembling();
if (assembler)
assembler->finishAssembling();
}
......
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