Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
1d60b52c
Commit
1d60b52c
authored
Dec 19, 2018
by
Dennis Gläser
Browse files
[test][facet][1pconvergence] remove obsolete restriction on input arguments
parent
dc1dc29c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/multidomain/facet/1p_1p/analytical/convergencetest.py
View file @
1d60b52c
...
...
@@ -5,10 +5,10 @@ import os.path
import
subprocess
import
sys
if
len
(
sys
.
argv
)
>
5
or
len
(
sys
.
argv
)
<
3
:
if
len
(
sys
.
argv
)
<
3
:
sys
.
stderr
.
write
(
"Invalid number of arguments given. Please provide the following arguments (in this order):
\n\
- the name of the executable (either test_facetcoupling_tpfa_1p1p or test_facetcoupling_box_1p1p)
\n\
-
between one and thre
e fracture permeabilities you want to
conside
r"
)
-
th
e fracture permeabilities you want to
perform the convergence test fo
r"
)
sys
.
exit
(
1
)
# name of the executable
...
...
Timo Koch
@timok
mentioned in commit
ed1b3872
·
Dec 19, 2018
mentioned in commit
ed1b3872
mentioned in commit ed1b38724c96ffdd9a3c01a83b7c9b9e3dcae03c
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1447 (merged)
·
Dec 19, 2018
mentioned in merge request
!1447 (merged)
mentioned in merge request !1447
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment