Index: /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m	(revision 1155)
+++ /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m	(revision 1156)
@@ -66,5 +66,5 @@
 		md=extrude(md,8,4);
 		md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal');
-		if md.numberofgrids==832
+		if md.numberofgrids==728
 			load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
 		end
Index: /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m	(revision 1155)
+++ /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m	(revision 1156)
@@ -47,5 +47,5 @@
 
 		%check solution requested
-		if (~(strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
+		if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
 				| strcmpi(package,'macayeal'));
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
@@ -60,5 +60,5 @@
 		md=extrude(md,8,4);
 		md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal');
-		if md.numberofgrids==832
+		if md.numberofgrids==728
 			load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
 		end
