diff options
author | Robert C. Helling <helling@atdotde.de> | 2018-04-10 21:20:38 +0200 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2018-04-11 21:15:38 +0200 |
commit | ece714556fa2403dddec481a7a09d68eb82e84fa (patch) | |
tree | c422e24795d7d866d2e98d0baa223677aa084eb4 /core/profile.h | |
parent | 71d1e78db2435c74a3170a9fe0d3e4e0e6c946c2 (diff) | |
download | subsurface-ece714556fa2403dddec481a7a09d68eb82e84fa.tar.gz |
Look for actual isobaric counter diffusion
Identify segements that fullfill the folllowing criteria for
the leading compartment:
He is off-gasing while N2 is on-gasing
Overall there is on-gasing
Add a line to the info box for those segments
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/profile.h')
-rw-r--r-- | core/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/profile.h b/core/profile.h index fa92070c6..0a215d47e 100644 --- a/core/profile.h +++ b/core/profile.h @@ -63,6 +63,7 @@ struct plot_data { double ambpressure; double gfline; double density; + bool icd_warning; }; struct ev_select { |