Skip to content

Commit

Permalink
0706
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Jul 7, 2021
1 parent f36969d commit ac66f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgpi/io/iovabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def readVABSOut(fn_in, analysis=0, scrnout=True):
"""
if analysis == 0 or analysis == 'h' or analysis == '':
# Read homogenization results
return readVABSOutHomo(fn_in+'.k', scrnout)
return readVABSOutHomo(fn_in+'.K', scrnout)
elif analysis == 1 or analysis == 2 or ('d' in analysis) or analysis == 'l':
pass
elif analysis == 3 or analysis == 'fi':
Expand Down

0 comments on commit ac66f0e

Please sign in to comment.