Skip to content
Snippets Groups Projects
Commit ed2b594f authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[box][assembler] fix endIndices() method

parent 54b5d6f1
No related branches found
No related tags found
Loading
...@@ -86,9 +86,8 @@ class BoxAssembler : public ImplicitAssembler<TypeTag> ...@@ -86,9 +86,8 @@ class BoxAssembler : public ImplicitAssembler<TypeTag>
for (auto&& globalJ : stencil) for (auto&& globalJ : stencil)
this->matrix().addindex(globalI, globalJ); this->matrix().addindex(globalI, globalJ);
this->matrix().endindices();
} }
this->matrix().endindices();
} }
}; };
......
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