Skip to content
Snippets Groups Projects
Commit 26253d9e authored by Lena Walter's avatar Lena Walter
Browse files

vtkmultiwriter: remove inconsistent naming for parallel output

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8145 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 0031755e
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,7 @@ private:
if (commSize_ > 1) {
std::ostringstream oss;
oss << "s" << std::setw(4) << std::setfill('0') << commSize_
<< ":p" << rank
<< ":p" << std::setw(4) << std::setfill('0') << rank
<< ":" << simName_ << "-"
<< std::setw(5) << curWriterNum_;
return oss.str();
......
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