Changeset 3143
- Timestamp:
- Feb 27, 2010, 12:42:13 PM (17 years ago)
- File:
-
- 1 edited
-
issm/trunk/src/c/io/pfclose.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/io/pfclose.cpp
r472 r3143 18 18 19 19 /*Close file handle: */ 20 if(fclose(fid)!=0)throw ErrorException(__FUNCT__,exprintf("%s%s","could not close file ",filename)); 20 extern int my_rank; 21 if(my_rank==0){ 22 if(fclose(fid)!=0)throw ErrorException(__FUNCT__,exprintf("%s%s","could not close file ",filename)); 23 } 21 24 } 22 25
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)