Index: /issm/trunk/src/m/classes/public/parameterize.m
===================================================================
--- /issm/trunk/src/m/classes/public/parameterize.m	(revision 1483)
+++ /issm/trunk/src/m/classes/public/parameterize.m	(revision 1484)
@@ -14,5 +14,6 @@
 %some checks
 if md.counter>=4,
-	choice=input('This model already has parameters and has been extruded. Are you sure you want to go ahead? (y/n)','s');
+	%We need to take this out, as it gets too constraining. 
+	%choice=input('This model already has parameters and has been extruded. Are you sure you want to go ahead? (y/n)','s');
 	if ~strcmp(choice,'y')
 		error('no parameters done ... exiting');
