Skip to content

PixelGeoModel: comment unused flexDensity variable to avoid compiler warning

Jason Nielsen requested to merge nielsenj/athena:21.0-comment-flexDensity into 21.0

The GeoPixelDetailedStaveSupport code used to rely on a flexDensity variable, but the code that used that variable has been commented out for now. The source comments imply that we are keeping it in case it needs to be used in the future. While the functional code is commented out, we have compiler warnings about unused variable flexDensity. This MR simply comments out that declaration to avoid the warnings.

Edited by Jason Nielsen

Merge request reports