mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add ALU7 to common cylinders
Fixes #562 Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7c8cb81c88
commit
81b268d4ba
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ struct tank_info_t tank_info[100] = {
|
|||
{ "AL80", .cuft = 80, .psi = 3000 },
|
||||
{ "AL100", .cuft = 100, .psi = 3300 },
|
||||
|
||||
/* Metric AL cylinders */
|
||||
{ "ALU7", .ml = 7000, .bar = 200 },
|
||||
|
||||
/* Somewhat common LP steel cylinders */
|
||||
{ "LP85", .cuft = 85, .psi = 2640 },
|
||||
{ "LP95", .cuft = 95, .psi = 2640 },
|
||||
|
|
Loading…
Add table
Reference in a new issue