#1960 Code adjustments

This commit is contained in:
Jacob Støren 2017-10-04 11:18:11 +02:00
parent 777a231606
commit f654cd2bcc
2 changed files with 7 additions and 7 deletions

View File

@ -311,9 +311,9 @@ void RifEclipseUnifiedRestartFileAccess::readWellData(well_info_type* well_info,
if (openFile())
{
// cvf::Trace::show("well_info_add_UNRST_wells Start");
// cvf::Trace::show("well_info_add_UNRST_wells Start"); // Use for profiling
well_info_add_UNRST_wells(well_info, m_ecl_file, importCompleteMswData);
// cvf::Trace::show("well_info_add_UNRST_wells End");
// cvf::Trace::show("well_info_add_UNRST_wells End"); // Use for profiling
}
}

View File

@ -60,12 +60,12 @@ public:
private:
bool openFile();
bool useResultIndexFile() const;
void extractTimestepsFromEclipse();
private:
QString m_filename;
ecl_file_type* m_ecl_file;
void extractTimestepsFromEclipse();
std::vector<QDateTime> m_timeSteps;
std::vector<double> m_daysSinceSimulationStart;
std::vector<int> m_reportNr;