Index: /issm/trunk/src/m/utils/Nightly/testsgetfields.m
===================================================================
--- /issm/trunk/src/m/utils/Nightly/testsgetfields.m	(revision 2042)
+++ /issm/trunk/src/m/utils/Nightly/testsgetfields.m	(revision 2043)
@@ -1,3 +1,3 @@
-function fields=testsgetfields(mdtype,analysis),
+function fields=testsgetfields(md,analysis),
 %TESTSGETFIELDS - build the fields to be checked from a analysis
 %
@@ -6,8 +6,8 @@
 %
 %   Usage:
-%      fields=testsgetfields(mdtype,analysis)
+%      fields=testsgetfields(md,analysis)
 %
 %   Example:
-%      fields=testsgetfields(md.type,'diagnostic')
+%      fields=testsgetfields(md,'diagnostic')
 %
 %   See also: TESTSGETANALYSIS, TESTGETPACKAGE
@@ -17,5 +17,5 @@
 		fields={'diagnostic.vel','diagnostic.J','diagnostic.parameter'};
 	else
-		if strcmpi(mdtype,'3d')
+		if strcmpi(md.type,'3d')
 			fields={'diagnostic.vy','diagnostic.vz'};
 		else
@@ -34,5 +34,5 @@
 
 elseif strcmpi(analysis,'transient'), 
-	if strcmpi(mdtype,'3d')
+	if strcmpi(md.type,'3d')
 		fields={'transient(end).vel','transient(end).pressure','transient(end).temperature','transient(end).melting','transient(end).thickness','transient(end).surface','transient(end).bed'};
 	else
Index: /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m	(revision 2043)
@@ -74,5 +74,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m	(revision 2043)
@@ -75,5 +75,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m	(revision 2043)
@@ -76,5 +76,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m	(revision 2043)
@@ -75,5 +75,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m	(revision 2043)
@@ -76,5 +76,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m	(revision 2043)
@@ -74,5 +74,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m	(revision 2043)
@@ -76,5 +76,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m	(revision 2043)
@@ -74,5 +74,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m	(revision 2043)
@@ -76,5 +76,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m	(revision 2043)
@@ -74,5 +74,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m	(revision 2043)
@@ -75,5 +75,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m	(revision 2043)
@@ -75,5 +75,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/runme.m	(revision 2043)
@@ -76,5 +76,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/runme.m	(revision 2043)
@@ -80,5 +80,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m	(revision 2043)
@@ -74,5 +74,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m	(revision 2043)
@@ -75,5 +75,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m	(revision 2043)
@@ -76,5 +76,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m	(revision 2043)
@@ -76,5 +76,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m	(revision 2043)
@@ -75,5 +75,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m	(revision 2043)
@@ -76,5 +76,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m
===================================================================
--- /issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m	(revision 2043)
@@ -72,5 +72,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/PigControlMethodDragM2d_20/runme.m
===================================================================
--- /issm/trunk/test/Verification/PigControlMethodDragM2d_20/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/PigControlMethodDragM2d_20/runme.m	(revision 2043)
@@ -71,5 +71,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/PigControlMethodDragP3d_22/runme.m
===================================================================
--- /issm/trunk/test/Verification/PigControlMethodDragP3d_22/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/PigControlMethodDragP3d_22/runme.m	(revision 2043)
@@ -72,5 +72,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
Index: /issm/trunk/test/Verification/PigControlMethodDragS3d_23/runme.m
===================================================================
--- /issm/trunk/test/Verification/PigControlMethodDragS3d_23/runme.m	(revision 2042)
+++ /issm/trunk/test/Verification/PigControlMethodDragS3d_23/runme.m	(revision 2043)
@@ -72,5 +72,5 @@
 
 		%compute fields to be checked
-		fields=testsgetfields(md.type,solution);
+		fields=testsgetfields(md,solution);
 
 		%load archive
