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

Cosmetic changes.

parent da063b2e
Branches
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ while norm(gg)>gtol && check==0 && jit<nit ...@@ -154,7 +154,7 @@ while norm(gg)>gtol && check==0 && jit<nit
if length(find(ig))<nx if length(find(ig))<nx
ggx=ggx*0; ggx=ggx*0;
ggx(find(ig))=gg(find(ig)); ggx(find(ig))=gg(find(ig));
if analytic_derivation || ~outer_product_gradient, if analytic_derivation || ~outer_product_gradient
hhx=hh; hhx=hh;
else else
hhx = reshape(dum,nx,nx); hhx = reshape(dum,nx,nx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment