Index: /issm/trunk/src/c/Makefile.am
===================================================================
--- /issm/trunk/src/c/Makefile.am	(revision 4081)
+++ /issm/trunk/src/c/Makefile.am	(revision 4082)
@@ -428,4 +428,6 @@
 					./modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h\
 					./modules/InputUpdateFromConstantx/InputUpdateFromConstantx.cpp\
+					./modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h\
+					./modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp\
 					./modules/UpdateInputsFromSolutionx/UpdateInputsFromSolutionx.h\
 					./modules/UpdateInputsFromSolutionx/UpdateInputsFromSolutionx.cpp\
@@ -949,4 +951,6 @@
 					./modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h\
 					./modules/InputUpdateFromConstantx/InputUpdateFromConstantx.cpp\
+					./modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h\
+					./modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp\
 					./modules/UpdateInputsFromSolutionx/UpdateInputsFromSolutionx.h\
 					./modules/UpdateInputsFromSolutionx/UpdateInputsFromSolutionx.cpp\
Index: /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
===================================================================
--- /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp	(revision 4081)
+++ /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp	(revision 4082)
@@ -1,7 +1,7 @@
-/*!\file UpdateInputsFromDakotax
+/*!\file InputUpdateFromDakotax
  * \brief: update datasets using  parameter inputs
  */
 
-#include "./UpdateInputsFromDakotax.h"
+#include "./InputUpdateFromDakotax.h"
 #include "../../shared/shared.h"
 #include "../../include/include.h"
@@ -9,5 +9,5 @@
 #include "../../EnumDefinitions/EnumDefinitions.h"
 
-void UpdateInputsFromDakotax(double* variables,char** variables_descriptors,int numvariables,FemModel* femmodel,double* qmu_part,int qmu_npart){
+void InputUpdateFromDakotax(double* variables,char** variables_descriptors,int numvariables,FemModel* femmodel,double* qmu_part,int qmu_npart){
 
 	ISSMERROR(" not supported yet!");
Index: /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h
===================================================================
--- /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h	(revision 4081)
+++ /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h	(revision 4082)
@@ -1,8 +1,8 @@
-/*!\file:  UpdateInputsFromDakotax.h
+/*!\file:  InputUpdateFromDakotax.h
  * \brief header file for updating datasets from inputs
  */ 
 
-#ifndef _UPDATEINPUTSFROMDAKOTAXX_H
-#define _UPDATEINPUTSFROMDAKOTAXX_H
+#ifndef _INPUTUPDATEFROMDAKOTAXX_H
+#define _INPUTUPDATEFROMDAKOTAXX_H
 
 #include "../../objects/objects.h"
@@ -10,6 +10,6 @@
 
 
-void UpdateInputsFromDakotax(double* variables,char** variables_descriptors,int numvariables,FemModel* femmodel,double* qmu_part,int qmu_npart);
+void InputUpdateFromDakotax(double* variables,char** variables_descriptors,int numvariables,FemModel* femmodel,double* qmu_part,int qmu_npart);
 
-#endif  /* _UPDATEINPUTSFROMDAKOTAXX_H */
+#endif  /* _INPUTUPDATEFROMDAKOTAXX_H */
 
Index: /issm/trunk/src/c/modules/Qmux/SpawnCoreParallel.cpp
===================================================================
--- /issm/trunk/src/c/modules/Qmux/SpawnCoreParallel.cpp	(revision 4081)
+++ /issm/trunk/src/c/modules/Qmux/SpawnCoreParallel.cpp	(revision 4082)
@@ -89,5 +89,5 @@
 
 	/*Modify core inputs in objects contained in femmodel, to reflect the dakota variables inputs: */
-	UpdateInputsFromDakotax(variables,variables_descriptors,numvariables,femmodel,qmu_part,qmu_npart);
+	InputUpdateFromDakotax(variables,variables_descriptors,numvariables,femmodel,qmu_part,qmu_npart);
 
 	/*Run the analysis core solution sequence: */
Index: /issm/trunk/src/c/modules/modules.h
===================================================================
--- /issm/trunk/src/c/modules/modules.h	(revision 4081)
+++ /issm/trunk/src/c/modules/modules.h	(revision 4082)
@@ -30,5 +30,5 @@
 #include "./InputUpdateFromConstantx/InputUpdateFromConstantx.h"
 #include "./UpdateInputsFromSolutionx/UpdateInputsFromSolutionx.h"
-#include "./UpdateInputsFromDakotax/UpdateInputsFromDakotax.h"
+#include "./InputUpdateFromDakotax/InputUpdateFromDakotax.h"
 #include "./UpdateInputsFromVectorx/UpdateInputsFromVectorx.h"
 #include "./UpdateGeometryx/UpdateGeometryx.h"
