Ignore:
Timestamp:
07/31/20 16:46:10 (5 years ago)
Author:
Eric.Larour
Message:

CHG: diverse.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/larour/glaciermip.m

    r24851 r25326  
    178178                        end
    179179                end % }}}
     180                function part=partition(self,md,rgi2mesh,part,value) % {{{
     181
     182                        for i=1:size(rgi2mesh,2),
     183                                dh=rgi2mesh(:,i);
     184                                pos=find(dh);
     185                                part(pos)=value;
     186                        end
     187
     188                end  % }}}
    180189        end
    181190end
Note: See TracChangeset for help on using the changeset viewer.