Save PRT in the same folder as summary file.

This commit is contained in:
Liu Ming 2016-03-07 09:58:17 +08:00
parent 96938548c1
commit 74fedcc53b

View File

@ -348,7 +348,7 @@ namespace Opm
} else {
baseName = path(fpath.filename()).string();
}
logFile_ = output_dir_ + "/" + baseName + ".PRT";
logFile_ = baseName + ".PRT";
// Create Parser
ParserPtr parser(new Parser());
{