Removed obsolete USE_ECL_LIB, as ERT is now part of the source code tree

p4#: 20253
This commit is contained in:
Magne Sjaastad
2013-01-25 14:28:42 +01:00
parent 0111681f10
commit 571da22931
15 changed files with 3 additions and 113 deletions

View File

@@ -171,7 +171,6 @@ bool RifEclipseRestartFilesetAccess::results(const QString& resultName, size_t t
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
#ifdef USE_ECL_LIB
void RifEclipseRestartFilesetAccess::readWellData(well_info_type* well_info)
{
if (!well_info) return;
@@ -186,4 +185,3 @@ void RifEclipseRestartFilesetAccess::readWellData(well_info_type* well_info)
}
}
}
#endif