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

ISO C binding interface for NetCDF put long scalar, needed to support putting longs into file. More...

Private Member Functions

integer(kind=c_int) function nc_put_var1_long (ncid, varid, indexp, op)
 

Detailed Description

ISO C binding interface for NetCDF put long scalar, needed to support putting longs into file.

Definition at line 47 of file io_state_writer.F90.

Constructor & Destructor Documentation

◆ nc_put_var1_long()

integer(kind=c_int) function io_server_state_writer_mod::nc_put_var1_long::nc_put_var1_long ( integer(kind=c_int), value  ncid,
integer(kind=c_int), value  varid,
type(c_ptr), value  indexp,
integer(kind=c_long), intent(in)  op 
)
private

Definition at line 47 of file io_state_writer.F90.

48  use iso_c_binding, only: c_int, c_ptr, c_long
49 
50  integer(kind=c_int), value :: ncid, varid
51  type(c_ptr), value :: indexp
52  integer(kind=c_long), intent(in) :: op
53  integer(kind=c_int) :: nc_put_var1_long

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