Skip to content

Commit

Permalink
Merge pull request #77 from keiyamamo/revert_config
Browse files Browse the repository at this point in the history
Revert config
  • Loading branch information
keiyamamo committed Jul 5, 2023
2 parents e869c8d + 73c80b8 commit 34925be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/examples/example.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Configuration file for turtleFSI
[Parameter for turtleFSI] # Section is required by configargparse but is not used anywhere in turtleFSI
################################################################################
# Define solver, numerics, and problem file
################################################################################
Expand Down
1 change: 0 additions & 1 deletion docs/examples/example.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Configuration file for turtleFSI
[Parameter for turtleFSI] # Section is required by configargparse but is not used anywhere in turtleFSI
################################################################################
# Define solver, numerics, and problem file
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion turtleFSI/utils/argpar.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def restricted_float(x):

def parse():

parser = configargparse.ArgParser(config_file_parser_class=configargparse.ConfigparserConfigFileParser,
parser = configargparse.ArgParser(
description=("turtleFSI is an open source Fluid-Structure Interaction (FSI) solver written in Python "
+ "and built upon the FEniCS finite element library. The purpose of turtleFSI is to "
+ "provide a user friendly and numerically robust monolithic FSI solver able to handle "
Expand Down

0 comments on commit 34925be

Please sign in to comment.