ISO C binding interface for NetCDF put long scalar, needed to support putting longs into file.
More...
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.
◆ 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
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: