mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +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 */
 | 
			
		||||
	{ "3ℓ 232 bar", .ml = 3000, .bar = 232 },
 | 
			
		||||
	{ "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 },
 | 
			
		||||
	{ "12ℓ 200 bar", .ml = 12000, .bar = 200 },
 | 
			
		||||
	{ "12ℓ 232 bar", .ml = 12000, .bar = 232 },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue