Changeset 25088


Ignore:
Timestamp:
06/19/20 22:58:23 (5 years ago)
Author:
Eric.Larour
Message:

CHG: removed a check that did not make sense anymore.

File:
1 edited

Legend:

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

    r25083 r25088  
    6868
    6969                        md = checkfield(md,'field',self.mean,'fieldname','normal_uncertain.mean','NaN',1,'Inf',1,'>=',0);
    70                         md = checkfield(md,'field',self.stddev,'fieldname','normal_uncertain.stddev','NaN',1,'Inf',1,'>=',0,'numel',length(self.mean));
     70                        md = checkfield(md,'field',self.stddev,'fieldname','normal_uncertain.stddev','NaN',1,'Inf',1,'>=',0);
    7171                        if self.isscaled(),
    7272                                if isempty(self.partition),
Note: See TracChangeset for help on using the changeset viewer.