Added hydrostatic correction for vfp table depth

Closer to reproducing proper results, but som oscillating
 behaviour in plots of actual BHP.
This commit is contained in:
babrodtk
2015-08-14 14:48:15 +02:00
parent 748440eea6
commit 657a7c58b8
9 changed files with 206 additions and 70 deletions

View File

@@ -235,6 +235,14 @@ double VFPProdProperties::thp(int table_id,
const VFPProdTable* VFPProdProperties::getTable(const int table_id) const {
return detail::getTable(m_tables, table_id);
}
}