mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Add 10l 200bar and 232bar cylinder
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
6f21d2749e
commit
258aa70d04
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ struct tank_info_t tank_info[100] = {
|
||||||
/* Common European steel cylinders */
|
/* Common European steel cylinders */
|
||||||
{ "3ℓ 232 bar", .ml = 3000, .bar = 232 },
|
{ "3ℓ 232 bar", .ml = 3000, .bar = 232 },
|
||||||
{ "3ℓ 300 bar", .ml = 3000, .bar = 300 },
|
{ "3ℓ 300 bar", .ml = 3000, .bar = 300 },
|
||||||
|
{ "10ℓ 200 bar", .ml = 10000, .bar = 200 },
|
||||||
|
{ "10ℓ 232 bar", .ml = 10000, .bar = 232 },
|
||||||
{ "10ℓ 300 bar", .ml = 10000, .bar = 300 },
|
{ "10ℓ 300 bar", .ml = 10000, .bar = 300 },
|
||||||
{ "12ℓ 200 bar", .ml = 12000, .bar = 200 },
|
{ "12ℓ 200 bar", .ml = 12000, .bar = 200 },
|
||||||
{ "12ℓ 232 bar", .ml = 12000, .bar = 232 },
|
{ "12ℓ 232 bar", .ml = 12000, .bar = 232 },
|
||||||
|
|
Loading…
Add table
Reference in a new issue