Changeset 25072
- Timestamp:
- 06/19/20 11:03:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/qmu/normal_uncertain.m
r25044 r25072 39 39 self.nsteps=getfieldvalue(options,'nsteps',1); 40 40 npart=qmupart2npart(self.partition); 41 fprintf('nsteps=%d\n',self.nsteps);42 fprintf('npart=%d\n',npart);43 41 if npart~=size(self.mean,1), 44 42 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.