fixing bug in last commit

time-shift
Michel Juillard 2015-05-25 18:52:46 +02:00
parent 3ef5bc2989
commit d81dda5044
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ end
% this test doesn't check complementarity conditions and is not used for
% mixed complementarity problems
if (options_.solve_algo ~= 10) && (max(abs(fvec)) < tolf)
if (options.solve_algo ~= 10) && (max(abs(fvec)) < tolf)
return ;
end