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
bec23910
Commit
bec23910
authored
Jul 24, 2018
by
Dennis Gläser
Browse files
Merge branch 'cleanup/gitignore' into 'master'
[1p_1p] Ignore temporary grid files See merge request
!1121
parents
a3cabb38
121734a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/multidomain/facet/1p_1p/analytical/convergencetest.py
View file @
bec23910
#!/usr/bin/env python
from
math
import
*
import
os.path
import
subprocess
import
sys
...
...
@@ -20,6 +21,10 @@ for i in range(2, len(sys.argv)):
# loop over the different permeability ratios
for
permIndex
in
range
(
0
,
len
(
k
)):
# check whether executable exists
if
not
os
.
path
.
isfile
(
execName
):
sys
.
exit
(
77
)
# remove the old log file
subprocess
.
call
([
'rm'
,
execName
+
'.log'
])
print
(
"Removed old log file ("
+
execName
+
'.log'
+
")!"
)
...
...
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