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

@@ -137,6 +137,11 @@ public:
const double& bhp,
const double& alq) const;
/**
* Returns the table associated with the ID, or throws an exception if
* the table does not exist
*/
const VFPProdTable* getTable(const int table_id) const;
private:
// Map which connects the table number with the table itself