Align PRT message header.

This commit is contained in:
Atgeirr Flø Rasmussen 2017-11-17 15:41:46 +01:00
parent ed263ba030
commit 33833eebe3

View File

@ -360,7 +360,8 @@ namespace Opm
strftime(tmstr, sizeof(tmstr), "%d-%m-%Y at %X", &tstruct); strftime(tmstr, sizeof(tmstr), "%d-%m-%Y at %X", &tstruct);
const double mem_size = getTotalSystemMemory() / megabyte; const double mem_size = getTotalSystemMemory() / megabyte;
std::ostringstream ss; std::ostringstream ss;
ss << "\n\n\n ######## # ###### # #\n"; ss << "\n\n\n";
ss << " ######## # ###### # #\n";
ss << " # # # # # # \n"; ss << " # # # # # # \n";
ss << " ##### # # # # # # \n"; ss << " ##### # # # # # # \n";
ss << " # # # # # # # # \n"; ss << " # # # # # # # # \n";