Skip to content

Commit 7b242c8

Browse files
committed
change ghostNbr in hierarchy.py
1 parent ad53639 commit 7b242c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyphare/pyphare/pharesee/hierarchy/hierarchy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ def plot1d(self, **kwargs):
447447
qty = pdata_names[0]
448448

449449
layout = patch.patch_datas[qty].layout
450-
# nbrGhosts = layout.nbrGhostFor(qty) # bad !!!
451450
nbrGhosts = patch.patch_datas[qty].ghosts_nbr
452451
val = patch.patch_datas[qty][patch.box]
453452
x = patch.patch_datas[qty].x[nbrGhosts[0] : -nbrGhosts[0]]

0 commit comments

Comments
 (0)