Removed query function for default on well ref.depth.

This commit is contained in:
Joakim Hove
2015-01-26 11:37:13 +01:00
parent d8f7c9660c
commit 1bf6e90e02
3 changed files with 0 additions and 23 deletions

View File

@@ -169,9 +169,6 @@ namespace Opm {
return m_headJ;
}
bool Well::getRefDepthDefaulted() const {
return !m_refDepth.hasValue();
}
double Well::getRefDepth() const{
if (!m_refDepth.hasValue())