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
Backofen, Rainer
amdis
Commits
6b4646a6
Commit
6b4646a6
authored
Jan 19, 2016
by
Siqi Ling
Browse files
fix parh timestr
parent
1bfeaed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/io/FileWriterInterface.cc
View file @
6b4646a6
...
...
@@ -102,8 +102,8 @@ namespace AMDiS {
sprintf
(
timeStr
,
formatStr
,
adaptInfo
?
adaptInfo
->
getTime
()
:
0.0
);
fn
+=
timeStr
;
fn2
+=
timeStr
;
#if HAVE_PARALLEL_DOMAIN_AMDIS
fn2
+=
timeStr
;
paraFilename
+=
timeStr
;
postfix
+=
timeStr
;
#endif
...
...
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