- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/shared/Exp/DomainOutlineWrite.cpp
r12168 r12878 23 23 /*open domain outline file for writing: */ 24 24 if ((fid=fopen(domainname,"w"))==NULL){ 25 _error _("%s%s","could not open domain file ",domainname);25 _error2_("could not open domain file " << domainname); 26 26 noerr=0; goto cleanupandreturn; 27 27 }
Note:
See TracChangeset
for help on using the changeset viewer.