construct_bin_ns Interface

interface


Called by

interface~~construct_bin_ns~~CalledByGraph interface~construct_bin_ns construct_bin_ns proc~construct_binary construct_binary proc~construct_binary->interface~construct_bin_ns interface~construct_binary construct_binary interface~construct_binary->proc~construct_binary

private function construct_bin_ns(c_id_file, c_eos_file1, c_eos_file2) result(optr) bind(C, NAME= "construct_bin_ns")

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 \(\mathrm{BNS}\) \(\mathrm{ID}\)

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

Return Value type(C_PTR)

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

Description

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

FT