construct_bns_fuka Interface

interface


Called by

interface~~construct_bns_fuka~~CalledByGraph interface~construct_bns_fuka construct_bns_fuka proc~construct_binary~2 construct_binary proc~construct_binary~2->interface~construct_bns_fuka interface~construct_binary~2 construct_binary interface~construct_binary~2->proc~construct_binary~2

private function construct_bns_fuka(fuka_file) result(optr) bind(C, NAME= "construct_bns_fuka")

Arguments

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

C string of the name of the \(\texttt{FUKA}\) binary file storing the spectral \(\mathrm{BNS}\) \(\mathrm{ID}\)

Return Value type(C_PTR)

C pointer pointing to the constructed \(\texttt{FUKA}\) BNS_export object

Description

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

FT