Changeset 24900


Ignore:
Timestamp:
05/22/20 17:54:20 (5 years ago)
Author:
Mathieu Morlighem
Message:

BUG: this cannot work, not proper matlab syntax

File:
1 edited

Legend:

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

    r24897 r24900  
    232232                                       
    233233                                        %increase count:
    234                                         count += 3;
     234                                        count = count+3;
    235235                                end
    236236                        elseif strcmpi(geometry,'polygon'),
Note: See TracChangeset for help on using the changeset viewer.