Index: /issm/trunk-jpl/src/m/qmu/dakota_in_write.m
===================================================================
--- /issm/trunk-jpl/src/m/qmu/dakota_in_write.m	(revision 11629)
+++ /issm/trunk-jpl/src/m/qmu/dakota_in_write.m	(revision 11630)
@@ -63,10 +63,10 @@
     filei=input('Dakota input file to write?  ','s');
 end
-[pathstr,name,ext,versn] = fileparts(filei);
+[pathstr,name,ext] = fileparts(filei);
 if isempty(ext)
 % fileparts only considers '.in' to be the extension, not '.qmu.in'
     ext='.qmu.in';
 end
-filei2=fullfile(pathstr,[name ext versn]);
+filei2=fullfile(pathstr,[name ext]);
 
 display(sprintf('Opening Dakota input file ''%s''.',filei2));
