We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedcb67 commit 9d2bec4Copy full SHA for 9d2bec4
Konfiguration.cpp
@@ -29,7 +29,7 @@ template <class T> vector<T> string_to_vector(string zeile);
29
30
// default constructor to initialise the config default values
31
Konfiguration::Konfiguration() :
32
- m_Pfad_Solar_Correction_Factors("DATA/sol_corrfac_sao-scia.dat"),
+ m_Pfad_Solar_Correction_Factors("DATA/sol_nomfac2002-2012_mfac_NRT_238-282nm.dat"),
33
m_Pfad_Linienparameter_Metalle("DATA/LinePars.dat"),
34
m_Pfad_Dichten_der_Atmosphaerengase("DATA/ACE_air_o3_50_200.dat"),
35
m_Pfad_Wirkungsquerschnitte_der_Atmosphaerengase("DATA/XSECT_air_o3.dat"),
0 commit comments