We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad53639 commit 7b242c8Copy full SHA for 7b242c8
pyphare/pyphare/pharesee/hierarchy/hierarchy.py
@@ -447,7 +447,6 @@ def plot1d(self, **kwargs):
447
qty = pdata_names[0]
448
449
layout = patch.patch_datas[qty].layout
450
- # nbrGhosts = layout.nbrGhostFor(qty) # bad !!!
451
nbrGhosts = patch.patch_datas[qty].ghosts_nbr
452
val = patch.patch_datas[qty][patch.box]
453
x = patch.patch_datas[qty].x[nbrGhosts[0] : -nbrGhosts[0]]
0 commit comments