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

add comment for tens0

parent 1a301906
Branches
Tags
1 merge request!14Small fixes
Pipeline #17527 passed
...@@ -63,7 +63,7 @@ if (isempty(rhotor_norm.x) ||isempty(rhotor_norm.t) || isempty(rhotor_norm.data) ...@@ -63,7 +63,7 @@ if (isempty(rhotor_norm.x) ||isempty(rhotor_norm.t) || isempty(rhotor_norm.data)
end end
it_rt = iround_os(rhotor_norm.t,gdat_data.t); it_rt = iround_os(rhotor_norm.t,gdat_data.t);
it_vol = iround_os(rhovol.t,gdat_data.t); it_vol = iround_os(rhovol.t,gdat_data.t);
tens0=0.; tens0=0.; % need value of tension even if =0 so that interpos OK with only one xout point
for it=1:length(gdat_data.t) for it=1:length(gdat_data.t)
% do an interpolation on closest point to avoid 2D interp % do an interpolation on closest point to avoid 2D interp
it_rt_eff = it_rt(it); it_rt_eff = it_rt(it);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment