Skip to content
Snippets Groups Projects
Commit 4468902f authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add comment

parent 32efd093
Branches
1 merge request!151fix rho fbte in dim{1} for some cases
Pipeline #196050 passed
This commit is part of merge request !151. Comments created here will be created in the context of that merge request.
......@@ -2770,7 +2770,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
nodenameeff_rho = strrep(nodenameeff,'q_psi','rho');
rho_eff = mdsvalue(nodenameeff_rho);
if numel(tracetdi.dim{1}) == numel(rho_eff)
tracetdi.dim{1}(:) = rho_eff;
tracetdi.dim{1}(:) = rho_eff; % it is not sqrt(linspace...) anymore, hence take rho itself
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment