MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
cv_convert_floats
Interface
61 statements
Source File
interfaces.F90
ud2f_interfaces
cv_convert_floats
Contents
None
interface
public subroutine cv_convert_floats(converter, in_, count_, out_) bind(c, name='cv_convert_floats')
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
intent(in),
value
::
converter
real(kind=c_float),
intent(in)
::
in_
(*)
integer(kind=c_int),
intent(in),
value
::
count_
real(kind=c_float),
intent(out)
::
out_
(count_)