Mercurial > public > hwos_code
diff src/p2_deco.c @ 567:4ce70e3f00be
minor
author | heinrichsweikamp |
---|---|
date | Thu, 08 Feb 2018 13:23:53 +0100 |
parents | 3febf1cd1bf4 |
children | b455b31ce022 |
line wrap: on
line diff
--- a/src/p2_deco.c Thu Feb 08 10:18:15 2018 +0100 +++ b/src/p2_deco.c Thu Feb 08 13:23:53 2018 +0100 @@ -2380,7 +2380,7 @@ // set deco flag if we are in deco and at least one of the real tissues is off-gassing // clear deco flag if all of the real tissues are on-gassing - if ( (NDL_time == 0) && deco_tissue_vector ) char_O_deco_warnings |= DECO_FLAG; + if ( (char_O_nullzeit == 0) && deco_tissue_vector ) char_O_deco_warnings |= DECO_FLAG; else if ( !deco_tissue_vector ) char_O_deco_warnings &= ~DECO_FLAG;