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
RevLine 
[21337]1Index: ../trunk-jpl/src/c/shared/Exp/exp.h
2===================================================================
3--- ../trunk-jpl/src/c/shared/Exp/exp.h (revision 21034)
4+++ ../trunk-jpl/src/c/shared/Exp/exp.h (revision 21035)
5@@ -79,7 +79,7 @@
6
7 /*open domain outline file for reading: */
8 if ((fid=fopen(domainname,"r"))==NULL){
9- _error_("could not find domain file " << domainname);
10+ _error_("could not find file \"" << domainname<<"\". Make sure that the file and path provided exist.");
11 }
12
13 /*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.