Index: /issm/trunk/src/c/modules/InputDuplicatex/InputDuplicatex.cpp
===================================================================
--- /issm/trunk/src/c/modules/InputDuplicatex/InputDuplicatex.cpp	(revision 4571)
+++ /issm/trunk/src/c/modules/InputDuplicatex/InputDuplicatex.cpp	(revision 4572)
@@ -10,12 +10,8 @@
 
 void InputDuplicatex(Elements* elements,Nodes* nodes,Vertices* vertices,Loads* loads,Materials* materials,Parameters* parameters,int original_enum, int new_enum){
+	
+	/*Go through elemnets, and ask to reinitialie the input: */
 
-	/*intermediary:*/
 	int      i;
-
-	/*First, get elements and nodes configured: */
-	elements->Configure(elements,loads, nodes,vertices, materials,parameters);
-
-	/*Go through elemnets, and ask to reinitialie the input: */
 	for(i=0;i<elements->Size();i++){
 		Element* element=(Element*)elements->GetObjectByOffset(i);
Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 4571)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 4572)
@@ -5927,5 +5927,5 @@
 				name==DragCoefficientEnum ||
 				name==GradientEnum ||
-				name==OldGradientEnum ||
+				name==OldGradientEnum
 		){
 		return true;
