Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
6b4646a6
Commit
6b4646a6
authored
Jan 19, 2016
by
Siqi Ling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix parh timestr
parent
1bfeaed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AMDiS/src/io/FileWriterInterface.cc
AMDiS/src/io/FileWriterInterface.cc
+1
-1
No files found.
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
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