diff options
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 |