mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:40:05 +00:00
Make radialData a reference in level 2 product view
This commit is contained in:
parent
5058e3493c
commit
26aeeb18ce
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ void Level2ProductView::ComputeSweep()
|
|||
for (auto& radialPair : *radarData)
|
||||
{
|
||||
uint16_t radial = radialPair.first;
|
||||
auto radialData = radialPair.second;
|
||||
auto& radialData = radialPair.second;
|
||||
auto momentData = radialData->moment_data_block(p->dataBlockType_);
|
||||
|
||||
if (momentData0->data_word_size() != momentData->data_word_size())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue