Changeset 21035
- Timestamp:
- 07/29/16 16:02:14 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Exp/exp.h
r20590 r21035 80 80 /*open domain outline file for reading: */ 81 81 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."); 83 83 } 84 84
Note:
See TracChangeset
for help on using the changeset viewer.