Index: /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m	(revision 1047)
+++ /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m	(revision 1048)
@@ -54,6 +54,5 @@
 		%check solution requested
 		if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
-				| strcmpi(package,'macayeal')...
-				| strcmpi(solution,'transient')),
+				| strcmpi(package,'macayeal'));
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m	(revision 1047)
+++ /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m	(revision 1048)
@@ -47,7 +47,6 @@
 
 		%check solution requested
-		if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
-				| strcmpi(package,'macayeal')...
-				| strcmpi(solution,'transient')),
+		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']));
 			continue
