Changeset 13056 for issm/trunk-jpl/src/c/shared/Exp/DomainOutlineWrite.cpp
- Timestamp:
- 08/15/12 19:10:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Exp/DomainOutlineWrite.cpp
r13055 r13056 23 23 /*open domain outline file for writing: */ 24 24 if ((fid=fopen(domainname,"w"))==NULL){ 25 _error 2_("could not open domain file " << domainname);25 _error_("could not open domain file " << domainname); 26 26 noerr=0; goto cleanupandreturn; 27 27 }
Note:
See TracChangeset
for help on using the changeset viewer.