Loading [MathJax]/jax/output/HTML-CSS/jax.js

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 LORENE binary file storing the spectral BNS 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 LORENE Bin_NS object

Description

Interface to the LORENE method of class Bin_NS with the same name, that constructs the LORENE Bin_NS object

FT