Index: /issm/trunk/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.cpp
===================================================================
--- /issm/trunk/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.cpp	(revision 4385)
+++ /issm/trunk/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.cpp	(revision 4386)
@@ -16,5 +16,5 @@
 	Element* element=NULL;
 
-	int analysis_type;
+	int configuration_type;
 
 	/*output: */
@@ -22,5 +22,5 @@
 
 	/*retrive parameters: */
-	parameters->FindParam(&analysis_type,AnalysisTypeEnum);
+	parameters->FindParam(&configuration_type,ConfigurationTypeEnum);
 
 	/*First, get elements and loads configured: */
@@ -31,6 +31,6 @@
 
 	/*Get size of vector: */
-	gsize=nodes->NumberOfDofs(analysis_type);
-	if (gsize==0) ISSMERROR("Allocating a Vec of size 0 as gsize=0 for analysis: %s",EnumAsString(analysis_type));
+	gsize=nodes->NumberOfDofs(configuration_type);
+	if (gsize==0) ISSMERROR("Allocating a Vec of size 0 as gsize=0 for configuration: %s",EnumAsString(configuration_type));
 	
 	/*Initialize solution: */
Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 4385)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 4386)
@@ -5212,5 +5212,4 @@
 
 	/*Add value to global vector*/
-	printarray(&doflist[0],numdof);
 	VecSetValues(solution,numdof,doflist,(const double*)values,INSERT_VALUES);
 
