Skip to content

Commit 34925be

Browse files
authored
Merge pull request #77 from keiyamamo/revert_config
Revert config
2 parents e869c8d + 73c80b8 commit 34925be

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

docs/examples/example.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Configuration file for turtleFSI
2-
[Parameter for turtleFSI] # Section is required by configargparse but is not used anywhere in turtleFSI
32
################################################################################
43
# Define solver, numerics, and problem file
54
################################################################################

docs/examples/example.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Configuration file for turtleFSI
2-
[Parameter for turtleFSI] # Section is required by configargparse but is not used anywhere in turtleFSI
32
################################################################################
43
# Define solver, numerics, and problem file
54
################################################################################

turtleFSI/utils/argpar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def restricted_float(x):
120120

121121
def parse():
122122

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

0 commit comments

Comments
 (0)