Changeset 3570 for issm/trunk/src/c/shared/Exp/DomainOutlineRead.cpp
- Timestamp:
- 04/19/10 16:26:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Exp/DomainOutlineRead.cpp
r3332 r3570 37 37 /*open domain outline file for reading: */ 38 38 if ((fid=fopen(domainname,"r"))==NULL){ 39 ISSMERROR( exprintf("%s%s","could not find domain file ",domainname));39 ISSMERROR("%s%s","could not find domain file ",domainname); 40 40 noerr=0; goto cleanupandreturn; 41 41 }
Note:
See TracChangeset
for help on using the changeset viewer.