Skip to content

Commit

Permalink
1013
Browse files Browse the repository at this point in the history
  • Loading branch information
Su Tian authored and Su Tian committed Oct 13, 2020
1 parent 55f8e02 commit 1957cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def solve(sg_xml, analysis, ppcmd, solver, scrnout=True):
print(' - reading results...')
if analysis == 'h':
if solver == 'vabs':
sm = miovabs.readVABSOutHomo(sg_in + '.k')
sm = miovabs.readVABSOutHomo(sg_in + '.K')
elif solver == 'swiftcomp':
sm = miosc.readSCOutHomo(sg_in + '.k', smdim)
return sm
Expand Down

0 comments on commit 1957cfa

Please sign in to comment.