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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@ namespace corsika {
* for all evaluated locations.
*/
template <typename T>
class UniformRefractiveIndex final : public T {
class UniformRefractiveIndex : public T {
double n_; ///< The constant refractive index that we use.
Loading