Skip to content

Commit

Permalink
0814
Browse files Browse the repository at this point in the history
  • Loading branch information
Su Tian authored and Su Tian committed Aug 15, 2020
1 parent 37a22e4 commit 1132f84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ def run(input_name, analysis, solver, smdim, scrnout=True):
msg = ' - running {cn} for {an}...\n'

if solver == 'vabs':
solver = solver + 'iii'
cmd = [solver, input_name]
# solver = solver + 'iii'
cmd = ['VABSIII', input_name]
elif solver == 'swiftcomp':
cmd = ['SwiftComp', input_name]

if solver == 'swiftcomp':
cmd.append(str(smdim) + 'D')
Expand Down

0 comments on commit 1132f84

Please sign in to comment.