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

CIDD 32-bit Compile Error #49

Closed mcnielson closed 5 years ago

mcnielson commented 6 years ago

Changes to the function parameter lists in libs/radar/src/include/radar/RadarMoments.hh do not match the calls in apps/radar/src/SpectraPlot/spectra_plot.cc for the RadarMoments::applyAdaptiveFilter() and RadarMoments::applyRegressionFilter() methods.

mcnielson commented 6 years ago

Fix made and CIDD 32-bit build verified. Submitted pull request #51