Hack to be able to read synthetic odb related Eclipse cases

This commit is contained in:
Jacob Støren
2015-06-10 10:34:05 +02:00
parent 30fcbebc8e
commit 24fb7ac584
2 changed files with 11 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ void RifEclipseOutputFileTools::timeSteps(ecl_file_type* ecl_file, std::vector<Q
// Get the number of occurrences of the DOUBHEAD keyword
int numDOUBHEAD = ecl_file_get_num_named_kw(ecl_file, DOUBHEAD_KW);
CVF_ASSERT(numINTEHEAD == numDOUBHEAD);
//CVF_ASSERT(numINTEHEAD == numDOUBHEAD);
bool hasFractionOfDay = false;
bool foundAllDayValues = false;