Avoid file-ending starting with S or A to not confuse comparison program.

This commit is contained in:
Atgeirr Flø Rasmussen 2020-05-08 11:56:52 +02:00
parent cf7b258f72
commit d108f9afa6

View File

@ -521,7 +521,7 @@ namespace Opm
namespace fs = Opm::filesystem;
fs::path output_dir(dir);
{
std::string filename = eclState().getIOConfig().getBaseName() + ".STEPINFO";
std::string filename = eclState().getIOConfig().getBaseName() + ".INFOSTEP";
fs::path fullpath = output_dir / filename;
std::ofstream os(fullpath.string());
report.fullReports(os);