fixed typo

This commit is contained in:
Martin Diehl 2016-03-04 17:24:13 +01:00
parent 9a405ef41b
commit f13ba71f6e
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ for name in filenames:
np.where(
ndimage.morphology.binary_dilation(interfaceEnergy > 0.,
structure = struc,
terations = options.d/2 + 1), # fat boundary | PE: why 2d-1? I would argue for d/2 + 1
iterations = options.d/2 + 1), # fat boundary | PE: why 2d-1? I would argue for d/2 + 1
periodic_bulkEnergy[grid[0]/2:-grid[0]/2, # retain filled energy on fat boundary...
grid[1]/2:-grid[1]/2,
grid[2]/2:-grid[2]/2], # ...and zero everywhere else