Skip to content

Commit

Permalink
Set default value for problem
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakbergersen committed Apr 25, 2019
1 parent d2e6497 commit 544be21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtleFSI/utils/argpar.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def parse():
parser = argparse.ArgumentParser(description="TODO: Full description of the entire turtleFSI")

# Define solver, numerics, and problem file
parser.add_argument("-p", "--problem", type=str, default=None, metavar="Problem",
parser.add_argument("-p", "--problem", type=str, default="turtle_demo", metavar="Problem",
help="Name of problem file to solve. Could either be loced in the" +
" turtleFSI repository (TF_cfd, TF_csm, TF_fsi, turtle_demo) or it" +
" could be a problem file you have created locally.")
Expand Down

0 comments on commit 544be21

Please sign in to comment.