Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
7d671253
Commit
7d671253
authored
Sep 17, 2012
by
Thomas Witkowski
Browse files
Small bug fix.
parent
c9d5b5cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Operator.cc
View file @
7d671253
...
...
@@ -168,7 +168,8 @@ namespace AMDiS {
void
Operator
::
finishAssembling
()
{
assembler
->
finishAssembling
();
if
(
assembler
)
assembler
->
finishAssembling
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment