Skip to content
Snippets Groups Projects
Unverified Commit 0518f267 authored by Thomas Baumann's avatar Thomas Baumann Committed by GitHub
Browse files

Minor cleanup (#507)

parent 42185912
No related branches found
No related tags found
No related merge requests found
Pipeline #239937 passed
......@@ -247,7 +247,6 @@ class generic_implicit_MPI(SweeperMPI, generic_implicit):
L = self.level
P = L.prob
L.uend = P.dtype_u(P.init, val=0.0)
# check if Mth node is equal to right point and do_coll_update is false, perform a simple copy
if self.coll.right_is_node and not self.params.do_coll_update:
......
......@@ -92,7 +92,6 @@ class imex_1st_order_MPI(SweeperMPI, imex_1st_order):
L = self.level
P = L.prob
L.uend = P.dtype_u(P.init, val=0.0)
# check if Mth node is equal to right point and do_coll_update is false, perform a simple copy
if self.coll.right_is_node and not self.params.do_coll_update:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment