NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
92 stars 51 forks source link

lrose-core Issue #49: Added missing function call parameters (nullptr). #51

Closed mcnielson closed 5 years ago

mcnielson commented 6 years ago

Mike,

A new parameter (iqNotched) was added to RadarMoments::applyAdaptiveFilter() and RadarMoments::applyRegressionFilter() in include/radar/RadarMoments.hh that breaks the CIDD 32-bit build.

This parameter is missing from calls in apps/radar/src/SpectraPlot/spectra_plot.cc and apps/radar/src/SpectraScope/spectra_plot.cc.

I added a nullptr argument to each of the missing calls and verified the CIDD 32-bit build with:

mike-dixon commented 5 years ago

Sorry about the delay in responding to this. We fixed that by providing a NULL default value for the last argument in the call. Thanks