Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
6a4ccf4b
Commit
6a4ccf4b
authored
Jan 26, 2016
by
Cristian Lalescu
Browse files
fix resize folder problem
parent
63ead064
Changes
1
Hide whitespace changes
Inline
Side-by-side
bfps/FluidResize.py
View file @
6a4ccf4b
...
...
@@ -147,10 +147,10 @@ class FluidResize(_fluid_particle_base):
read_file
=
os
.
path
.
join
(
self
.
work_dir
,
opt
.
src_simname
+
'_cvorticity_i{0:0>5x}'
.
format
(
opt
.
src_iteration
))
if
not
os
.
path
.
exists
(
read_file
):
os
.
symlink
(
src_file
,
read_file
)
self
.
set_host_info
(
bfps
.
host_info
)
self
.
write_par
(
iter0
=
opt
.
src_iteration
)
if
not
os
.
path
.
exists
(
read_file
):
os
.
symlink
(
src_file
,
read_file
)
self
.
run
(
ncpu
=
opt
.
ncpu
)
return
None
Write
Preview
Supports
Markdown
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