replaced a stray get_grid() in geom_grainGrowth
This commit is contained in:
parent
188905766f
commit
e683cbef69
|
@ -64,7 +64,7 @@ for name in filenames:
|
|||
|
||||
geom = damask.Geom.from_file(StringIO(''.join(sys.stdin.read())) if name is None else name)
|
||||
|
||||
grid_original = geom.get_grid()
|
||||
grid_original = geom.grid
|
||||
damask.util.croak(geom)
|
||||
microstructure = np.tile(geom.microstructure,np.where(grid_original == 1, 2,1)) # make one copy along dimensions with grid == 1
|
||||
grid = np.array(microstructure.shape)
|
||||
|
|
Loading…
Reference in New Issue