MONC
Private Member Functions | List of all members
io_server_state_writer_mod::nc_put_vars_text Interface Reference

ISO C binding interface for NetCDF put variable text, needed to support 64 bit starts, counts and strides. More...

Private Member Functions

integer(kind=c_int) function nc_put_vars_text (ncid, varid, startp, countp, stridep, op)
 

Detailed Description

ISO C binding interface for NetCDF put variable text, needed to support 64 bit starts, counts and strides.

Definition at line 37 of file io_state_writer.F90.

Constructor & Destructor Documentation

◆ nc_put_vars_text()

integer(kind=c_int) function io_server_state_writer_mod::nc_put_vars_text::nc_put_vars_text ( integer(kind=c_int), value  ncid,
integer(kind=c_int), value  varid,
type(c_ptr), value  startp,
type(c_ptr), value  countp,
type(c_ptr), value  stridep,
character(kind=c_char), dimension(*), intent(in)  op 
)
private

Definition at line 37 of file io_state_writer.F90.

38  use iso_c_binding, only: c_int, c_ptr, c_char
39 
40  integer(kind=c_int), value :: ncid, varid
41  type(c_ptr), value :: startp, countp, stridep
42  character(kind=c_char), intent(in) :: op(*)
43  integer(kind=c_int) :: nc_put_vars_text

The documentation for this interface was generated from the following file: