From 70ea0d58f937c4493bdcbacd59d4f7bf18792352 Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Tue, 11 Oct 2022 17:56:55 +0200 Subject: Make various constants configurable - SURFACE_PRESSURE* - SWITCH_INTERMEDIATE* - P_WV - PO2_MAX - END_MAX - ALGO_VER * can now also be set from the CLI --- src/output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 640b457..5cc3adc 100644 --- a/src/output.h +++ b/src/output.h @@ -12,6 +12,7 @@ #define DEC 0x2198 /* Unicode South East Arrow */ #define SWI 0x21BB /* Clockwise Open Circle Arrow */ +/* functions */ void print_planhead(); void print_planline(const wchar_t sign, const double depth, const double time, const double runtime, const gas_t *gas); void print_planfoot(const decostate_t *ds); -- cgit v1.2.3-70-g09d2