source: issm/oecreview/Archive/23185-23389/ISSM-23318-23319.diff@ 23390

Last change on this file since 23390 was 23390, checked in by Mathieu Morlighem, 6 years ago

CHG: added Archive/23185-23389

File size: 578 bytes
  • ../trunk-jpl/src/c/classes/IoModel.cpp

     
    25102510
    25112511        /*recover my_rank:*/
    25122512        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        }
    25142516
    25152517        /*Go find in the binary file, the position of the data we want to fetch: */
    25162518        if(my_rank==0){
Note: See TracBrowser for help on using the repository browser.