Ignore:
Timestamp:
May 20, 2016, 6:19:16 PM (8 years ago)
Author:
sommeria
Message:

merge_proj_polar updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_series.m

    r938 r944  
    550550        nbvar=length(Data.ListVarName);
    551551        Data.VarAttribute{nbvar}.Role='errorflag';
    552         Data.Civ1_FF=fix(Param.ActionInput.Fix1,Data.Civ1_F,Data.Civ1_C,Data.Civ1_U,Data.Civ1_V);
     552        Data.Civ1_FF=int8(fix(Param.ActionInput.Fix1,Data.Civ1_F,Data.Civ1_C,Data.Civ1_U,Data.Civ1_V));
    553553        Data.CivStage=2;
    554554    end
     
    595595        Data.Civ1_U_smooth(ind_good)=Ures;% take the interpolated (smoothed) velocity values for good vectors, keep 0 for the others
    596596        Data.Civ1_V_smooth(ind_good)=Vres;
    597         Data.Civ1_FF(ind_good)=FFres;
     597        Data.Civ1_FF(ind_good)=int8(FFres);
    598598        disp('patch1 performed')
    599599    end
Note: See TracChangeset for help on using the changeset viewer.