small polishing

This commit is contained in:
Philip Eisenlohr 2015-12-04 01:16:49 +00:00
parent 3fb1f02382
commit 08014a7030
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ for name in filenames:
# --- do work ------------------------------------------------------------------------------------
microstructure = ndimage.filters.generic_filter(microstructure,mostFrequent,size=(options.stencil,options.stencil,options.stencil))
microstructure = ndimage.filters.generic_filter(microstructure,mostFrequent,size=(options.stencil,)*3)
# --- write header ---------------------------------------------------------------------------------