Index: /issm/trunk-jpl/test/NightlyRun/tmp332.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/tmp332.m	(revision 14586)
+++ /issm/trunk-jpl/test/NightlyRun/tmp332.m	(revision 14586)
@@ -0,0 +1,11 @@
+md=triangle(model(),'../Exp/Square.exp',50000.);
+md=setmask(md,'','');
+md=parameterize(md,'../Par/SquareSheetConstrained.par');
+md=setflowequation(md,'macayeal','all');
+md.hydrology=(hydrologydc);
+md.cluster=generic('name',oshostname(),'np',3);
+md.initialization.sediment_head=0.0*ones(md.mesh.numberofvertices,1);
+md.hydrology.spcsediment_head=NaN*ones(md.mesh.numberofvertices,1);
+pos=find(md.mesh.y==50000.);
+md.hydrology.spcsediment_head(pos)=0.0;
+md=solve(md,HydrologySolutionEnum());
