Changeset 23319
- Timestamp:
- 09/19/18 12:43:50 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r23255 r23319 2511 2511 /*recover my_rank:*/ 2512 2512 my_rank=IssmComm::GetRank(); 2513 _assert_(strncmp(data_name,mddot,3)==0); 2513 if(strncmp(data_name,mddot,3)!=0){ 2514 _error_("Cannot fetch \""<<data_name<<"\" does not start with \""<<mddot<<"\""); 2515 } 2514 2516 2515 2517 /*Go find in the binary file, the position of the data we want to fetch: */
Note:
See TracChangeset
for help on using the changeset viewer.