Remove increment on for-loop index.

covariance-quadratic-approximation
Stéphane Adjemian (Ryûk) 2023-12-16 22:44:46 +01:00
parent e962cb4dba
commit 743de7da5c
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ if ~options_.load_mh_file && ~options_.mh_recover
fprintf(fidlog,[' params:' int2str(i) ': ' num2str(ix2(j,i)) '\n']);
end
fprintf(fidlog,[' logpo2: ' num2str(ilogpo2(j)) '\n']);
j = j+1;
validate = 1;
end
end