IAP GITLAB

Skip to content
Snippets Groups Projects

Gladstone-Dale law rerfactive index profile

Merged Nikos Karastathis requested to merge Gladstone-Dale-rIndex into master
2 files
+ 1
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,9 +18,7 @@ namespace corsika {
Point const point, Args&&... args)
: T(std::forward<Args>(args)...)
, seaLevelRefractiveIndex_(seaLevelRefractiveIndex)
, earthSurface_(point)
, seaLevelDensity_(this->getMassDensity(earthSurface_)) {}
// , ratio_((1. - seaLevelRefractiveIndex_) / (seaLevelDensity_ * cube(1_m) / 1_kg)) {}
, seaLevelDensity_(this->getMassDensity(point)) {}
template <typename T>
inline double GladstoneDaleRefractiveIndex<T>::getRefractiveIndex(Point const& point) const {
Loading