Skip to content

Commit

Permalink
0712
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Jul 12, 2021
1 parent ac77a26 commit 6fb1de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions msgpi/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def runVABS(command, input_name, analysis, scrnout=True, logger=None):
elif analysis == 3 or analysis == 'fi':
cmd.append('3')

logger.debug(' '.join(cmd))
logger.info(' '.join(cmd))

if scrnout:
sbp.call(cmd)
Expand All @@ -177,12 +177,12 @@ def runSwiftComp(
command, input_name, analysis, smdim,
aperiodic=False, output_gmsh_format=True, reduced_integration=False,
scrnout=True, logger=None):
"""Run VABS.
"""Run SwiftComp.
Parameters
----------
command : str
Command name of VABS
Command name of SwiftComp
input_name : str
Name of the input file.
analysis : {0, 2, 3, 4, 5, '', 'h', 'dl', 'd', 'l', 'fi', 'f', 'fe'}
Expand Down
2 changes: 1 addition & 1 deletion msgpi/presg.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def preSG(
cmd.append('-' + analysis)

# cmd = ' '.join(cmd)
logger.debug(' '.join(cmd))
logger.info(' '.join(cmd))
utl.run(cmd, timeout, scrnout)
# if scrnout:
# print('cmd:', cmd)
Expand Down

0 comments on commit 6fb1de6

Please sign in to comment.