Changeset 682
- Timestamp:
- 10/27/09 10:08:45 (4 weeks ago)
- Files:
-
- 1 modified
-
trunk/src/lib/mpinetcdf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/mpinetcdf.c
r681 r682 832 832 } 833 833 834 static voidcheck_recsize_too_big(NC *ncp)834 static int check_recsize_too_big(NC *ncp) 835 835 { 836 836 /* assertion: because recsize will be used to set up the file … … 1057 1057 if (ncp->numrecs == 0) 1058 1058 return(NC_NOERR); 1059 check_recsize_too_big( NC *ncp);1059 check_recsize_too_big(ncp); 1060 1060 1061 1061 #if (MPI_VERSION < 2)
![(please configure the [header_logo] section in trac.ini)](/projects/parallel-netcdf/chrome/common/trac_banner.png)