Index: /issm/trunk-jpl/test/NightlyRun/test1104.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1104.m	(revision 11187)
+++ /issm/trunk-jpl/test/NightlyRun/test1104.m	(revision 11188)
@@ -14,6 +14,5 @@
 	md=parameterize(md,'../Par/ISMIPB.par');
 	md=extrude(md,10,1);
-
-	md=setflowequation(md,'stokes','all');
+	md=setflowequation(md,'pattyn','all');
 
 	%Create dirichlet on the bed only
@@ -36,5 +35,12 @@
 
 	%Compute the diagnostic
+	md.diagnostic.abstol=NaN;
 	md.cluster=generic('name',oshostname(),'np',8);
+	md=solve(md,DiagnosticSolutionEnum);
+	pos=find(md.mesh.x==0 | md.mesh.y==0 | md.mesh.x==max(md.mesh.x) | md.mesh.y==max(md.mesh.y));
+	md.diagnostic.spcvx(pos)=md.results.DiagnosticSolution.Vx(pos);
+	md.diagnostic.spcvy(pos)=md.results.DiagnosticSolution.Vy(pos);
+	md.diagnostic.vertex_pairing=[];
+	md=setflowequation(md,'stokes','all');
 	md=solve(md,DiagnosticSolutionEnum);
 
