Skip to content
Snippets Groups Projects
Commit e3de430d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing number of iteration from 100 to 10000

parent 30eced20
No related branches found
No related tags found
No related merge requests found
Pipeline #2297 failed
......@@ -241,7 +241,7 @@ int main(int argc, char* argv[])
Redist_options redist_options;
redist_options.sigma = 0;
redist_options.min_iter = 100;
redist_options.max_iter = 100;
redist_options.max_iter = 10000;
redist_options.convTolChange.value = 1e-12;
redist_options.convTolChange.check = true;
......
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