construct_etdiffrot Interface

interface


Called by

interface~~construct_etdiffrot~~CalledByGraph interface~construct_etdiffrot construct_etdiffrot proc~construct_drs construct_drs proc~construct_drs->interface~construct_etdiffrot interface~construct_drs construct_drs interface~construct_drs->proc~construct_drs

private function construct_etdiffrot(c_id_file, c_eos_file) result(optr) bind(C, NAME= "construct_et_diffrot")

Arguments

Type IntentOptional Attributes Name
character(kind=C_CHAR, len=1), intent(in), optional, DIMENSION(*) :: c_id_file

C string of the name of the \(\texttt{LORENE}\) binary file storing the spectral DRS ID

character(kind=C_CHAR, len=1), intent(in), optional, DIMENSION(*) :: c_eos_file

Return Value type(C_PTR)

C pointer pointing to the constructed \(\texttt{LORENE}\) \(\texttt{Et_diffrot}\) object

Description

Interface to the \(\texttt{LORENE}\) method of class \(\texttt{Et_diffrot}\) with the same name, that constructs the \(\texttt{LORENE}\) \(\texttt{Et_diffrot}\) object

FT 24.10.2021