Changeset 25072


Ignore:
Timestamp:
06/19/20 11:03:54 (5 years ago)
Author:
jdquinn
Message:

CHG: Removed sanity checks

File:
1 edited

Legend:

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

    r25044 r25072  
    3939                                self.nsteps=getfieldvalue(options,'nsteps',1);
    4040                                npart=qmupart2npart(self.partition);
    41                                 fprintf('nsteps=%d\n',self.nsteps);
    42                                 fprintf('npart=%d\n',npart);
    4341                                if npart~=size(self.mean,1),
    4442                                        error(['normal_uncertain constructor: for the scaled variable ' self.descriptor ' the row size of the mean field should be identical to the number of partitions']);
Note: See TracChangeset for help on using the changeset viewer.