summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2017-08-25 23:21:27 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-29 06:49:44 -0700
commit456e2cec89bf53904851cce2bad7f344c64c6f98 (patch)
tree12c8dacfd0da586d6e5cd8ef5875a8c82ff023b7 /core/qthelper.h
parent515b7b5fea13762f8003963eca4c2a241c52dfb7 (diff)
downloadsubsurface-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/qthelper.h')
-rw-r--r--core/qthelper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/qthelper.h b/core/qthelper.h
index ff91b771a..ac91fbc1e 100644
--- a/core/qthelper.h
+++ b/core/qthelper.h
@@ -49,5 +49,8 @@ QString getUUID();
QStringList imageExtensionFilters();
char *intdup(int index);
extern "C" int parse_seabear_header(const char *filename, char **params, int pnr);
+enum inertgas {N2, HE};
+extern "C" double cache_value(int tissue, int timestep, enum inertgas gas);
+extern "C" void cache_insert(int tissue, int timestep, enum inertgas gas, double value);
#endif // QTHELPER_H