Skip to content
Snippets Groups Projects
Verified Commit 743de7da authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Remove increment on for-loop index.

parent e962cb4d
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment