Skip to content

TRT_GeoModel: Fix compilation warnings.

Scott Snyder requested to merge ssnyder/athena:warn.TRT_GeoModel-20190909 into master

Variable-sized arrays are not standard C++. Replace with std::vector.

Merge request reports