Index: ../trunk-jpl/src/c/classes/IoModel.cpp
===================================================================
--- ../trunk-jpl/src/c/classes/IoModel.cpp	(revision 13575)
+++ ../trunk-jpl/src/c/classes/IoModel.cpp	(revision 13576)
@@ -1299,11 +1299,11 @@
 	extern int my_rank;
 	extern int num_procs;
 
-	int found=0;
+	int found         = 0;
 	int record_enum;
 	int record_length;
-	int record_code; //1 to 7 number
-	int vector_type; //nodal or elementary
+	int record_code;       //1 to 7 number
+	int vector_type   = 0; //nodal or elementary
 
 	/*Go find in the binary file, the position of the data we want to fetch: */
 	if(my_rank==0){
@@ -1341,7 +1341,7 @@
 	}
 #ifdef _HAVE_MPI_
 	MPI_Bcast(&found,1,MPI_INT,0,MPI_COMM_WORLD); 
-	if(!found)_error_("could not find data with name" << " " << EnumToStringx(data_enum) << " ");
+	if(!found)_error_("could not find data with name " << EnumToStringx(data_enum) << " in binary file");
 #endif
 
 	/*Broadcast code and vector type: */
