Fixed a bug in the default value of maxit, which is now 100.

This commit is contained in:
kolev1 2010-03-16 18:20:05 +00:00
parent afa571f26c
commit 774284ac71

View File

@ -218,7 +218,7 @@ int main (int argc, char *argv[])
print_solution = 0;
optionAlpha = 0;
optionBeta = 0;
maxit = 20;
maxit = 100;
tol = 1e-6;
cycle_type = 13;
rlx_type = 2;