mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Save CCR cylinder use in XML and git
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
84dc8b8962
commit
202c5cbfeb
6 changed files with 31 additions and 1 deletions
3
dive.c
3
dive.c
|
@ -26,6 +26,9 @@ static const char *default_tags[] = {
|
|||
QT_TRANSLATE_NOOP("gettextFromC", "deco")
|
||||
};
|
||||
|
||||
const char *cylinderuse_text[] = { "OC-gas", "diluent", "oxygen" };
|
||||
|
||||
|
||||
int event_is_gaschange(struct event *ev)
|
||||
{
|
||||
return ev->type == SAMPLE_EVENT_GASCHANGE ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue