Skip to content
Snippets Groups Projects
Commit 38d9f070 authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

white space change

parent 2997588d
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ namespace Dune {
std::string sumDescrPerElem("(opt: grows with #core)");
std::string maxDescrPerElem("(opt: stays constant over #core increase)");
{
std::string descr( "( time / elements in sec )" );
std::string descr( "(time / elements in sec )" );
writeVectors( file, descr, sumTimesPerElem, maxTimesPerElem, minTimesPerElem, sumDescrPerElem, maxDescrPerElem );
}
......@@ -277,7 +277,7 @@ namespace Dune {
}
{
std::string descr( "( time / (timesteps * elements) in sec )" );
std::string descr( "(time / (timesteps * elements) in sec )" );
writeVectors( file, descr, sumTimesPerElem, maxTimesPerElem, minTimesPerElem, sumDescrPerElem, maxDescrPerElem );
}
}
......
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