Index: sm/trunk/test/NightlyRun/test231.m
===================================================================
--- /issm/trunk/test/NightlyRun/test231.m	(revision 6207)
+++ 	(revision )
@@ -1,28 +1,0 @@
-md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',100000);
-md=meshprocessrifts(md,'../Exp/Square.exp');
-md=geography(md,'all','');
-md=parameterize(md,'../Par/SquareShelf.par');
-md=setelementstype(md,'macayeal','all');
-md.cluster=none;
-md.verbose=10;
-md.eps_res=10^5;
-md.eps_rel=30;
-md.min_mechanical_constraints=55;
-
-%rift settings
-md.rifts.fill=MelangeEnum();
-md.rifts.fraction=0;
-md.penalty_lock=2;
-md.rifts.fractionincrement=.1;
-
-md=solve(md,'analysis_type',DiagnosticSolutionEnum);
-
-%Fields and tolerances to track changes
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-10,1e-10,1e-10,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test232.m
===================================================================
--- /issm/trunk/test/NightlyRun/test232.m	(revision 6207)
+++ /issm/trunk/test/NightlyRun/test232.m	(revision 6208)
@@ -9,5 +9,5 @@
 md.rifts.fill=MelangeEnum();
 md.rifts.fraction=0;
-md.penalty_lock=10;
+md.penalty_lock=2;
 md.min_mechanical_constraints=0;
 md.rifts.fractionincrement=.1;
