Index: /issm/trunk/src/c/modules/Dakotax/Dakotax.cpp
===================================================================
--- /issm/trunk/src/c/modules/Dakotax/Dakotax.cpp	(revision 9581)
+++ /issm/trunk/src/c/modules/Dakotax/Dakotax.cpp	(revision 9582)
@@ -70,13 +70,10 @@
 	/*Retrieve parameters: */
 	#ifdef _SERIAL_
-	FetchMatlabData((DataSet**)&parameters,mxGetField((mxArray*)femmodel,0,"parameters"));
+	printf("-------------- file: Dakotax.cpp line: %i\n",__LINE__); 
+	FetchMatlabData((Parameters**)&parameters,mxGetField((mxArray*)femmodel,0,"parameters"));
+	printf("-------------- file: Dakotax.cpp line: %i\n",__LINE__); 
 	#else
 	parameters=femmodel->parameters;
 	#endif
-
-	PetscSynchronizedPrintf(MPI_COMM_WORLD,"hello %i\n",my_rank);
-	PetscSynchronizedFlush(MPI_COMM_WORLD);
-
-
 
 	/*Recover dakota_input_file, dakota_output_file and dakota_error_file, in the parameters dataset in parallel */
