Skip to content
Snippets Groups Projects
Commit a2f25e74 authored by ariotte's avatar ariotte
Browse files

removed "e" from trimodal word in french

parent 684a2f33
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ Pyramid::Filtre gauss = {
};
Pyramid::Filtre trimod = {
"trimodale",
"trimodal",
{0.6, 0.25, -0.05, 0.0, 0.0, 0.0 ,0.0, 0.0, 0.0, 0.0},
4,
};
......
......@@ -40,8 +40,8 @@ Pyramid::Filtre PyramidDialog::getFilter(std::string &to_print) const {
case 1: notFoundError = !filters.getFromName("gaussien", filter);
to_print = "Decomposition pyramidale avec filtre gaussien : \n";
break;
case 2: notFoundError = !filters.getFromName("trimodale", filter);
to_print = "Decomposition pyramidale avec filtre trimodale : \n";
case 2: notFoundError = !filters.getFromName("trimodal", filter);
to_print = "Decomposition pyramidale avec filtre trimodal : \n";
break;
case 3: notFoundError = !filters.getFromName("rectangulaire", filter);
to_print = "Decomposition pyramidale avec filtre rectangulaire : \n";
......
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