IAP GITLAB

Skip to content
Snippets Groups Projects

Add helper functions to create US standard atmosphere.

Merged Remy Prechelt requested to merge rprechelt-us-standard into master
Files
4
@@ -132,7 +132,7 @@ namespace corsika {
template <typename TMediumInterface, template <typename> typename MExtraEnvirnoment>
struct make_layered_spherical_atmosphere_builder {
template <typename... TArgs>
static auto create(Point const& center, LengthType earthRadius, TArgs... args) {
static auto create(Point const& center, LengthType const earthRadius, TArgs... args) {
return LayeredSphericalAtmosphereBuilder<TMediumInterface, MExtraEnvirnoment,
TArgs...>{std::forward<TArgs>(args)...,
center, earthRadius};
Loading