Skip to content
Snippets Groups Projects
Commit e5e2ebb8 authored by Gesner Passos's avatar Gesner Passos
Browse files

Correct the FitMethod option for CalculateTransmission

re #8068
parent b140e49d
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ void CalculateTransmission::init()
"this can be followed by a comma and more widths and last boundary pairs.\n"
"Negative width values indicate logarithmic binning.");
std::vector<std::string> options(7);
std::vector<std::string> options(3);
options[0] = "Linear";
options[1] = "Log";
options[2] = "Polynomial";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment