Changeset 26358 for issm/trunk-jpl/src/m/classes/solidearth.m
- Timestamp:
- 07/24/21 17:33:34 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/solidearth.m
r26307 r26358 69 69 self.requested_outputs={'default'}; 70 70 71 %transitions should be a cell array of vectors: 71 %transitions should be a cell array of vectors: 72 72 self.transitions={}; 73 74 %no partitions requested for barystatic contribution: 73 74 %no partitions requested for barystatic contribution: 75 75 self.partitionice=[]; 76 76 self.partitionhydro=[]; 77 77 self.partitionocean=[]; 78 78 79 %no external solutions by default: 79 %no external solutions by default: 80 80 self.external=[]; 81 81 82 82 %planet radius 83 83 self.planetradius= planetradius(planet); 84 84 85 85 end % }}} 86 86 function md = checkconsistency(self,md,solution,analyses) % {{{ … … 116 116 npartice=0; 117 117 end 118 118 119 if ~isempty(self.partitionhydro), 119 120 nparthydro=max(self.partitionhydro)+2;
Note:
See TracChangeset
for help on using the changeset viewer.