corrected typo

This commit is contained in:
Christoph Kords 2014-03-04 16:43:22 +00:00
parent 0265978941
commit e10f8f1b5e
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ for file in files:
# ------------------------------------------ process data ---------------------------------------
outputAlive = True
while outoutAlive and table.data_read(): # read next data line of ASCII table
while outputAlive and table.data_read(): # read next data line of ASCII table
F = numpy.array(map(float,table.data[column['defgrad'][active['defgrad'][0]]:
column['defgrad'][active['defgrad'][0]]+datainfo['defgrad']['len']]),'d').reshape(3,3)