mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:20:06 +00:00 
			
		
		
		
	Waterspout possible should set the tornado possible flag
This commit is contained in:
		
							parent
							
								
									aa0bcd432e
								
							
						
					
					
						commit
						a8cbfcebae
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -354,7 +354,8 @@ void ParseCodedInformation(std::shared_ptr<Segment> segment, | |||
|          segment->observed_ = true; | ||||
|       } | ||||
| 
 | ||||
|       else if (!segment->tornadoPossible_ && *it == "TORNADO...POSSIBLE") | ||||
|       else if (!segment->tornadoPossible_ && | ||||
|                (*it == "TORNADO...POSSIBLE" || *it == "WATERSPOUT...POSSIBLE")) | ||||
|       { | ||||
|          segment->tornadoPossible_ = true; | ||||
|       } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat