Changeset 24761


Ignore:
Timestamp:
04/29/20 14:39:49 (5 years ago)
Author:
Eric.Larour
Message:

CHG: fixed big issue that would have prevented 3D stitching of 2D models.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/basin.m

    r24740 r24761  
    115115                        %close the contour:
    116116                        if x(end)~=x(1) | y(end)~=y(1),
    117                                 x(end)=x(1); y(end)=y(1);
     117                                x(end+1)=x(1); y(end+1)=y(1);
    118118                        end
    119119
Note: See TracChangeset for help on using the changeset viewer.