Changeset 3055
- Timestamp:
- 02/19/10 12:02:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r3037 r3055 201 201 error(['model not consistent: partition vector cannot have maximum index larger than number of grids']); 202 202 end 203 if ~isempty(find(md.part<0)), 204 error(['model not consistent: partition vector cannot have values less than 0']); 205 end 206 if ~isempty(find(md.part>=md.npart)), 207 error(['model not consistent: partition vector cannot have values more than md.npart-1']); 208 end 209 203 210 end 204 211 if md.eps_rel>1.1*10^-5,
Note:
See TracChangeset
for help on using the changeset viewer.