Mercurial > public > ostc4
diff Discovery/Inc/vpm.h @ 292:bfcea6e2ab3f div-fixes-6
translate: nullzeit -> ndl
The code shall be in English :-)
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author | Jan Mulder <jlmulder@xs4all.nl> |
---|---|
date | Thu, 02 May 2019 09:24:54 +0200 |
parents | 5e0bb91d4a12 |
children | d4622533271d |
line wrap: on
line diff
--- a/Discovery/Inc/vpm.h Thu May 02 09:16:07 2019 +0200 +++ b/Discovery/Inc/vpm.h Thu May 02 09:24:54 2019 +0200 @@ -32,7 +32,7 @@ extern long vpm_time_calc_begin; enum DECOLIST{DECOSTOPS,FUTURESTOPS,BAILOUTSTOPS, OFF = -1}; // order is important!! -enum VPM_CALC_STATUS{CALC_END, CALC_BEGIN, CALC_CRITICAL, CALC_FINAL_DECO, CALC_NULLZEIT }; +enum VPM_CALC_STATUS{CALC_END, CALC_BEGIN, CALC_CRITICAL, CALC_FINAL_DECO, CALC_NDL }; float schreiner_equation__2(float *initial_inspired_gas_pressure,float *rate_change_insp_gas_pressure,float *interval_time_minutes, const float *gas_time_constant,float *initial_gas_pressure);