Changeset 366
- Timestamp:
- 05/12/09 16:29:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/io/ModelFetchData.cpp
r117 r366 89 89 MPI_Bcast(&found,1,MPI_INT,0,MPI_COMM_WORLD); 90 90 91 if(!found)throw ErrorException(__FUNCT__,exprintf("%s %s","could not find data with name",data_name));91 if(!found)throw ErrorException(__FUNCT__,exprintf("%s %s ","could not find data with name",data_name)); 92 92 93 93 /*We are at the correct position! Go for it: */
Note:
See TracChangeset
for help on using the changeset viewer.