mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
Avoid file-ending starting with S or A to not confuse comparison program.
This commit is contained in:
parent
cf7b258f72
commit
d108f9afa6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user