Tweak execs
This commit is contained in:
@@ -150,9 +150,9 @@ namespace ABACUS {
|
||||
void Sort_RAW_File (const char ffsq_file[], char optionchar, char whichDSF);
|
||||
|
||||
// Functions for data interpretation:
|
||||
DP Smoothen_RAW_into_SF (std::string prefix, int iKmin, int iKmax, int DiK,
|
||||
DP Smoothen_RAW_into_SF (std::string prefix, int iKmin, int iKmax, int DiK, DP devmax,
|
||||
DP ommin, DP ommax, int Nom, DP gwidth, DP normalization, DP denom_sum_K);
|
||||
DP Smoothen_RAW_into_SF (std::string prefix, Vect<std::string> rawfilename, Vect<DP> weight, int iKmin, int iKmax, int DiK,
|
||||
DP Smoothen_RAW_into_SF (std::string prefix, Vect<std::string> rawfilename, Vect<DP> weight, int iKmin, int iKmax, int DiK, DP devmax,
|
||||
DP ommin, DP ommax, int Nom, DP gwidth, DP normalization, DP denom_sum_K);
|
||||
void Write_K_File (DP Length, int iKmin, int iKmax);
|
||||
void Write_Omega_File (int Nout_omega, DP omegamin, DP omegamax);
|
||||
|
||||
Reference in New Issue
Block a user