Changeset 2541
- Timestamp:
- 10/27/09 11:08:26 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/contourmassbalance.m
r2522 r2541 6 6 7 7 %some checks 8 if (length(md.vx)~=md.numberofgrids)|(length(md.vy)~=md.numberofgrids) 8 if nargin~=2, 9 help contourmassbalance 10 error('contourmassbalance error message: bad usage'); 11 end 12 if ((length(md.vx)~=md.numberofgrids)|(length(md.vy)~=md.numberofgrids)) 9 13 error(['thicknessevolution error message: vx and vy should have a length of ' num2str(md.numberofgrids)]) 10 14 end -
issm/trunk/src/m/classes/public/parametercontrol.m
r2439 r2541 45 45 46 46 %cm_maxdmp 47 cm_maxdmp_value=getfieldvalue(options,'cm_maxdmp_value', 50);47 cm_maxdmp_value=getfieldvalue(options,'cm_maxdmp_value',150); 48 48 if (length(cm_maxdmp_value)~=1) 49 49 md.cm_maxdmp_value=150;
Note:
See TracChangeset
for help on using the changeset viewer.