diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-08-25 23:21:27 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-29 06:49:44 -0700 |
commit | 456e2cec89bf53904851cce2bad7f344c64c6f98 (patch) | |
tree | 12c8dacfd0da586d6e5cd8ef5875a8c82ff023b7 /core/qthelperfromc.h | |
parent | 515b7b5fea13762f8003963eca4c2a241c52dfb7 (diff) | |
download | subsurface-456e2cec89bf53904851cce2bad7f344c64c6f98.tar.gz |
Cache all Buehlmann factors
not just the last one.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/qthelperfromc.h')
-rw-r--r-- | core/qthelperfromc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/qthelperfromc.h b/core/qthelperfromc.h index 3ea18e7cf..dc09e224b 100644 --- a/core/qthelperfromc.h +++ b/core/qthelperfromc.h @@ -22,6 +22,8 @@ const char *subsurface_user_agent(); enum deco_mode decoMode(); int parse_seabear_header(const char *filename, char **params, int pnr); extern const char *get_current_date(); - +enum inertgas {N2, HE}; +double cache_value(int tissue, int timestep, enum inertgas gas); +void cache_insert(int tissue, int timestep, enum inertgas gas, double value); #endif // QTHELPERFROMC_H |