Skip to content
Snippets Groups Projects
Commit 9e54edab authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Wave model: kill an in-place update

parent 1cce402f
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ class WeakWaveOperator(HyperbolicOperator):
)
)
result[0] += self.source_f(actx, dcoll, t)
result[0] = result[0] + self.source_f(actx, dcoll, t)
return result
......
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