Skip to content
Snippets Groups Projects
Commit 6b4646a6 authored by Siqi Ling's avatar Siqi Ling
Browse files

fix parh timestr

parent 1bfeaed0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment