Ignore:
Timestamp:
Jun 5, 2018, 10:13:08 PM (6 years ago)
Author:
sommeria
Message:

LIF clib corrected + histo velocity repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_cells.m

    r1048 r1049  
    475475        for ivar=ind_coord_y
    476476            DimCell=Data.VarDimName{ivar};
    477             if  numel(DimCell)==1 && strcmp(DimCell_x{1},DimCell{1})
     477            if  numel(DimCell_x)==1 && strcmp(DimCell_x{1},DimCell{1})
    478478                y_nbre(icell)=y_nbre(icell)+1;
    479479                Cell1DPlot{icell}.YIndex(y_nbre(icell))=ivar;
Note: See TracChangeset for help on using the changeset viewer.