Ignore:
Timestamp:
Mar 31, 2021, 3:32:03 PM (3 years ago)
Author:
sommeria
Message:

reading mat files added, +-fixed,OpenDAP improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_bounds.m

    r1093 r1095  
    119119            FieldOut.ProjModeRequest='interp_tps';
    120120        end
    121         if strcmp(CellInfo{imax(ind)}.ProjModeRequest,'interp_lin')&& ~strcmp(FieldOut.ProjModeRequest,'interp_tps')
    122             FieldOut.ProjModeRequest='interp_lin';
    123         end
     121%         if strcmp(CellInfo{imax(ind)}.ProjModeRequest,'interp_lin')&& ~strcmp(FieldOut.ProjModeRequest,'interp_tps')
     122%             FieldOut.ProjModeRequest='interp_lin';
     123%         end
    124124    end
    125125end
Note: See TracChangeset for help on using the changeset viewer.