removed useless check for croaking

This commit is contained in:
Philip Eisenlohr 2016-04-24 13:00:57 -05:00
parent 219d489df4
commit b2b5f6b68c
1 changed files with 0 additions and 8 deletions

View File

@ -166,14 +166,6 @@ for name in filenames:
np.zeros((table.data.shape[0],
3-table.data[:,9:].shape[1]),dtype='f'))) # fill coords up to 3D with zeros
if remarks != []: damask.util.croak(remarks)
if errors != []:
damask.util.croak(errors)
table.close(dismiss = True)
continue
# --------------- figure out size and grid ---------------------------------------------------------
coords = [np.unique(table.data[:,9+i]) for i in xrange(3)]
mincorner = np.array(map(min,coords))
maxcorner = np.array(map(max,coords))