Skip to content

Commit

Permalink
Merge pull request #2848 from PMEAL/issue2847_bcc
Browse files Browse the repository at this point in the history
Fixing spacing in BCC network #bug
  • Loading branch information
jgostick authored Jan 26, 2024
2 parents 53b6e6c + 2e05f38 commit 478890c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openpnm/network/_bcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def __init__(self, shape, mode='sc', spacing=1, **kwargs):
Ps = self.pores(['left', 'right', 'top', 'bottom', 'front', 'back'])
Ps = self.to_mask(pores=Ps)
self['pore.surface'] = Ps
self['pore.coords'] *= np.array(spacing)

def add_boundary_pores(self, labels, spacing):
r"""
Expand Down

0 comments on commit 478890c

Please sign in to comment.