diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-11-09 14:36:27 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-16 20:50:16 +0000 |
commit | 84dc8b8962ae8a4a75ca1ec81acd09989f757c98 (patch) | |
tree | d6c265f31d8901f481cdf96d5fdfdde5b6e8f8e9 /gaspressures.h | |
parent | 5034f760727ae66d401093420f4c443eaad33d9a (diff) | |
download | subsurface-84dc8b8962ae8a4a75ca1ec81acd09989f757c98.tar.gz |
Some gas handling improvements
Add a time linear gas interpolation strategy. Some minor changes.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'gaspressures.h')
-rw-r--r-- | gaspressures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gaspressures.h b/gaspressures.h index 71fee341e..420c117a2 100644 --- a/gaspressures.h +++ b/gaspressures.h @@ -27,6 +27,7 @@ struct pr_interpolate_struct { int acc_pressure_time; }; +enum interpolation_strategy {SAC, TIME, CONSTANT}; #ifdef __cplusplus } |