mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:30:05 +00:00
Fix gcc error for added RadialSize enumeration
This commit is contained in:
parent
9c442574ae
commit
9536a1fdcb
1 changed files with 2 additions and 2 deletions
|
|
@ -363,9 +363,9 @@ RadarProductManager::coordinates(common::RadialSize radialSize) const
|
|||
return p->coordinates0_5Degree_;
|
||||
case common::RadialSize::_1Degree:
|
||||
return p->coordinates1Degree_;
|
||||
default:
|
||||
throw std::invalid_argument("Invalid radial size");
|
||||
}
|
||||
|
||||
throw std::invalid_argument("Invalid radial size");
|
||||
}
|
||||
|
||||
float RadarProductManager::gate_size() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue