source: issm/oecreview/Archive/20545-21336/ISSM-21034-21035.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

File size: 606 bytes
  • ../trunk-jpl/src/c/shared/Exp/exp.h

     
    7979
    8080        /*open domain outline file for reading: */
    8181        if ((fid=fopen(domainname,"r"))==NULL){
    82                 _error_("could not find domain file " << domainname);
     82                _error_("could not find file \"" << domainname<<"\". Make sure that the file and path provided exist.");
    8383        }
    8484
    8585        /*Do a first pass through the domainname file, to figure out how many profiles we need to read: */
Note: See TracBrowser for help on using the repository browser.