Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Riccardo PELLARIN
recursive-gmconvert
Commits
2e6c0aa6
Commit
2e6c0aa6
authored
Mar 10, 2018
by
samuel hanot
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
guess the root directory from map file
parent
1b8c06a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
recursive_gmconvert.sh
recursive_gmconvert.sh
+8
-0
No files found.
recursive_gmconvert.sh
View file @
2e6c0aa6
...
...
@@ -57,6 +57,13 @@ bindir=${0:h}
impdir
=
~/imp-fast/
gmconvert
=
${
bindir
}
/gmconvert/gmconvert
init_dir
=
$PWD
map_root_dir
=
$(
dirname
$map_name
)
map_name
=
$(
basename
$map_name
)
cd
$map_root_dir
mkdir
-p
converged
for
((
i
=
$i0
;
i<
=
N
;
i++
))
do
...
...
@@ -119,3 +126,4 @@ do
gnuplot
${
bindir
}
/plot_fsc.gpl
>
/dev/null 2>&1
rm
-f
tmp
*
done
cd
$init_dir
Samuel HANOT
@shanot
mentioned in issue
#6 (closed)
·
Mar 10, 2018
mentioned in issue
#6 (closed)
mentioned in issue #6
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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