source:
issm/oecreview/Archive/23185-23389/ISSM-23318-23319.diff@
23390
Last change on this file since 23390 was 23390, checked in by , 6 years ago | |
---|---|
File size: 578 bytes |
-
../trunk-jpl/src/c/classes/IoModel.cpp
2510 2510 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: */ 2516 2518 if(my_rank==0){
Note:
See TracBrowser
for help on using the repository browser.