Skip to content

Commit 9d2bec4

Browse files
author
Stefan Bender
committed
config: Change solar correction factors default
Changes the default solar correction factors to use the actual file instead of a (non-committed) symlink. Should make it work on a fresh git clone.
1 parent eedcb67 commit 9d2bec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Konfiguration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ template <class T> vector<T> string_to_vector(string zeile);
2929

3030
// default constructor to initialise the config default values
3131
Konfiguration::Konfiguration() :
32-
m_Pfad_Solar_Correction_Factors("DATA/sol_corrfac_sao-scia.dat"),
32+
m_Pfad_Solar_Correction_Factors("DATA/sol_nomfac2002-2012_mfac_NRT_238-282nm.dat"),
3333
m_Pfad_Linienparameter_Metalle("DATA/LinePars.dat"),
3434
m_Pfad_Dichten_der_Atmosphaerengase("DATA/ACE_air_o3_50_200.dat"),
3535
m_Pfad_Wirkungsquerschnitte_der_Atmosphaerengase("DATA/XSECT_air_o3.dat"),

0 commit comments

Comments
 (0)