Index: /issm/trunk-jpl/test/NightlyRun/test332.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test332.m	(revision 14804)
+++ /issm/trunk-jpl/test/NightlyRun/test332.m	(revision 14805)
@@ -1,3 +1,3 @@
-md=triangle(model(),'../Exp/Square.exp',10000.);
+md=triangle(model(),'../Exp/Square.exp',100000.);
 md=setmask(md,'','');
 md=parameterize(md,'../Par/SquareSheetConstrained.par');
@@ -6,4 +6,6 @@
 md.hydrology=(hydrologydc);
 md.hydrology.isefficientlayer=0;
+md.hydrology.sedimentlimit_flag=1;
+md.hydrology.sedimentlimit=8000.0;
 md.initialization.sediment_head=0.0*ones(md.mesh.numberofvertices,1);
 md.hydrology.spcsediment_head=NaN*ones(md.mesh.numberofvertices,1);
@@ -18,5 +20,6 @@
 
 %Fields and tolerances to track changes
-%you cqn also compqre with an analitic solution
+%you can also compare with an analitic solution, but it is exact
+%only if no limits are applied
 %analitic=(md.mesh.y.^2-2*md.mesh.y*1.0e6)*(-2.0/(2*md.constants.yts*md.hydrology.sediment_transmitivity))
 field_names     ={'SedimentWaterHead'};
