Index: /issm/trunk/src/m/utils/Exp/exptool.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/exptool.m	(revision 10137)
+++ /issm/trunk/src/m/utils/Exp/exptool.m	(revision 10138)
@@ -95,5 +95,5 @@
 
 %Get root of newfile
-[path root ext ver]=fileparts(newfile);
+[path root ext]=fileparts(newfile);
 
 %get current figure
Index: /issm/trunk/src/m/utils/consistency/checkfield.m
===================================================================
--- /issm/trunk/src/m/utils/consistency/checkfield.m	(revision 10137)
+++ /issm/trunk/src/m/utils/consistency/checkfield.m	(revision 10138)
@@ -114,5 +114,5 @@
 		if any(~ismember(field2,fieldvalues)),
 			checkmessage(getfieldvalue(options,'message',...
-				['field ''' fieldname ''' should have values in [' num2str(values) ']']));
+				['field ''' fieldname ''' should have values in [' num2str(fieldvalues) ']']));
 		end
 	end
