Changeset 27072


Ignore:
Timestamp:
06/16/22 17:17:12 (3 years ago)
Author:
Eric.Larour
Message:

CHG: fixed nasty nasty bug!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/m/mesh/modelmerge3d.m

    r25457 r27072  
    5757        end
    5858        %go through elements2 and drop counter on each vertex that is above the x2 and y2 vertices being dropped:
    59         indices_nan=isnan(x2);
     59        indices_nan=find(isnan(x2));
    6060        while(~isempty(indices_nan)),
    6161                % Use the index of the first instance of 'nan' value to remove that element from 'x2', 'y2', and 'z2'
Note: See TracChangeset for help on using the changeset viewer.