MPTRAC
Public Member Functions
mptrac_func::mptrac_read_ctl Interface Reference

Public Member Functions

subroutine mptrac_read_ctl (filename, argc, argv, ctl)
 

Detailed Description

Definition at line 539 of file mptrac_fortran.f90.

Constructor & Destructor Documentation

◆ mptrac_read_ctl()

subroutine mptrac_func::mptrac_read_ctl::mptrac_read_ctl ( character(c_char), intent(in)  filename,
integer(c_int), value  argc,
type(c_ptr), dimension(5)  argv,
type(ctl_t), intent(out), target  ctl 
)

Definition at line 539 of file mptrac_fortran.f90.

541 USE iso_c_binding
542 USE mptrac_struct, ONLY : ctl_t
543 IMPLICIT NONE
544 CHARACTER(c_char), INTENT(in) :: filename
545 INTEGER(c_int), VALUE :: argc
546 TYPE(c_ptr), DIMENSION(5) :: argv
547 TYPE(ctl_t), INTENT(out), TARGET :: ctl
Control parameters.
Definition: mptrac.h:2155

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