Skip to content

Commit 0518f26

Browse files
Minor cleanup (#507)
1 parent 4218591 commit 0518f26

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pySDC/implementations/sweeper_classes/generic_implicit_MPI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def compute_end_point(self):
247247

248248
L = self.level
249249
P = L.prob
250-
L.uend = P.dtype_u(P.init, val=0.0)
251250

252251
# check if Mth node is equal to right point and do_coll_update is false, perform a simple copy
253252
if self.coll.right_is_node and not self.params.do_coll_update:

pySDC/implementations/sweeper_classes/imex_1st_order_MPI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def compute_end_point(self):
9292

9393
L = self.level
9494
P = L.prob
95-
L.uend = P.dtype_u(P.init, val=0.0)
9695

9796
# check if Mth node is equal to right point and do_coll_update is false, perform a simple copy
9897
if self.coll.right_is_node and not self.params.do_coll_update:

0 commit comments

Comments
 (0)