Changeset 25078


Ignore:
Timestamp:
06/19/20 17:48:40 (5 years ago)
Author:
Eric.Larour
Message:

CHG: missing methods to make histogram_bin_uncertain compatible with current dakota

framdework.

File:
1 edited

Legend:

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

    r24436 r25078  
    4949
    5050        end % }}}
     51                function md=checkconsistency(self,md,solution,analyses) % {{{
     52                end % }}}
    5153        function []=disp(hbu) % {{{
    5254
     
    126128
    127129        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 % }}}
    128137        end
    129138    methods (Static)
Note: See TracChangeset for help on using the changeset viewer.