Changeset 709

Show
Ignore:
Timestamp:
10/30/09 15:30:26 (3 weeks ago)
Author:
robl
Message:

pnetcdf.h is a user-visible header file. we can't conditionally compile
anything in here. So, just include the nonblocking interfaces. If they have
been disabled, the program won't link.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/pnetcdf.h

    r698 r709  
    14911491/* Begin: more prototypes to be included for fortran binding conversion */ 
    14921492 
    1493 #ifdef ENABLE_NONBLOCKING 
    14941493/* Begin non-blocking data access functions */ 
    14951494 
     
    21822181} 
    21832182#endif 
    2184  
    2185 #endif /* _NETCDF_ */