mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:23:23 +00:00
Add AL40 to list of standard tanks
Fixes #191 on the bug tracker list Signed-off-by: Benjamin Fogel <nystire@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ba5b5c3952
commit
01acf2aa88
1 changed files with 1 additions and 0 deletions
|
@ -840,6 +840,7 @@ struct tank_info_t tank_info[100] = {
|
|||
{ "11.1 l", .ml = 11100 },
|
||||
|
||||
/* Most common AL cylinders */
|
||||
{ "AL40", .cuft = 40, .psi = 3000 },
|
||||
{ "AL50", .cuft = 50, .psi = 3000 },
|
||||
{ "AL63", .cuft = 63, .psi = 3000 },
|
||||
{ "AL72", .cuft = 72, .psi = 3000 },
|
||||
|
|
Loading…
Add table
Reference in a new issue