diff options
Diffstat (limited to 'core/gas.h')
-rw-r--r-- | core/gas.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/gas.h b/core/gas.h index cd7c9e389..83eef72e9 100644 --- a/core/gas.h +++ b/core/gas.h @@ -59,6 +59,8 @@ static inline int get_n2(struct gasmix mix) return 1000 - get_o2(mix) - get_he(mix); } +int pscr_o2(const double amb_pressure, struct gasmix mix); + struct gas_pressures { double o2, n2, he; }; |