Ignore:
Timestamp:
05/01/15 12:36:45 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: removed strsplit since it is conflicting with matlab's since 2013

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_tensor_components.m

    r17687 r19336  
    6969        %apply options
    7070        if ismember('_',type) %user plotet stress_tensor
    71                 strings=strsplit(type,'_');
     71                strings=strsplit_strict(type,'_');
    7272                string=strings{1};
    7373        else %default plot: user requested stress
Note: See TracChangeset for help on using the changeset viewer.