Ignore:
Timestamp:
07/24/21 17:33:34 (4 years ago)
Author:
jdquinn
Message:

CHG: Completed MATLAB -> Python updates for SE; archive updates now that GMSH can be used on macOS and Linux; various minor bug fixes; formatting; cleanup

File:
1 edited

Legend:

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

    r26307 r26358  
    6969                        self.requested_outputs={'default'};
    7070
    71                         %transitions should be a cell array of vectors: 
     71                        %transitions should be a cell array of vectors:
    7272                        self.transitions={};
    73                        
    74                         %no partitions requested for barystatic contribution: 
     73
     74                        %no partitions requested for barystatic contribution:
    7575                        self.partitionice=[];
    7676                        self.partitionhydro=[];
    7777                        self.partitionocean=[];
    7878
    79                         %no external solutions by default: 
     79                        %no external solutions by default:
    8080                        self.external=[];
    8181
    8282                        %planet radius
    8383                        self.planetradius= planetradius(planet);
    84                
     84
    8585                end % }}}
    8686                function md = checkconsistency(self,md,solution,analyses) % {{{
     
    116116                                npartice=0;
    117117                        end
     118
    118119                        if ~isempty(self.partitionhydro),
    119120                                nparthydro=max(self.partitionhydro)+2;
Note: See TracChangeset for help on using the changeset viewer.