Changeset 25078
- Timestamp:
- 06/19/20 17:48:40 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/qmu/histogram_bin_uncertain.m
r24436 r25078 49 49 50 50 end % }}} 51 function md=checkconsistency(self,md,solution,analyses) % {{{ 52 end % }}} 51 53 function []=disp(hbu) % {{{ 52 54 … … 126 128 127 129 end % }}} 130 function scaled=isscaled(self) % {{{ 131 if strncmp(self.descriptor,'scaled_',7), 132 scaled=1; 133 else 134 scaled=0; 135 end 136 end % }}} 128 137 end 129 138 methods (Static)
Note:
See TracChangeset
for help on using the changeset viewer.