Changeset 4613
- Timestamp:
- 07/14/10 17:03:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r4303 r4613 213 213 error(['model not consistent: partition vector cannot have values more than md.npart-1']); 214 214 end 215 215 if max(md.part)>=md.npart, 216 error(['model not consistent: for qmu analysis, partitioning vector cannot go over npart, number of partition areas']); 217 end 216 218 end 217 219 if md.eps_rel>1.1*10^-5,
Note:
See TracChangeset
for help on using the changeset viewer.