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

Fixing examples

parent 62949c7f
No related branches found
No related tags found
No related merge requests found
Pipeline #2288 passed
......@@ -236,7 +236,7 @@ int main(int argc, char* argv[])
Redist_options redist_options;
redist_options.sigma = 0;
redist_options.min_iter = 100;
redist_options.max_iter = 10000;
redist_options.max_iter = 100;
redist_options.convTolChange.value = 1e-12;
redist_options.convTolChange.check = true;
......
nothing_to_do:
echo "Nothing to compile"
all: nothing_to_do
run: all
echo "Nothing to run"
.PHONY: clean all run
clean:
rm -f *.o *~ core
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