Changeset 13576
- Timestamp:
- 10/09/12 21:14:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r13516 r13576 1300 1300 extern int num_procs; 1301 1301 1302 int found =0;1302 int found = 0; 1303 1303 int record_enum; 1304 1304 int record_length; 1305 int record_code; //1 to 7 number1306 int vector_type ; //nodal or elementary1305 int record_code; //1 to 7 number 1306 int vector_type = 0; //nodal or elementary 1307 1307 1308 1308 /*Go find in the binary file, the position of the data we want to fetch: */ … … 1342 1342 #ifdef _HAVE_MPI_ 1343 1343 MPI_Bcast(&found,1,MPI_INT,0,MPI_COMM_WORLD); 1344 if(!found)_error_("could not find data with name " << " " << EnumToStringx(data_enum) << "");1344 if(!found)_error_("could not find data with name " << EnumToStringx(data_enum) << " in binary file"); 1345 1345 #endif 1346 1346
Note:
See TracChangeset
for help on using the changeset viewer.