Store the parameters of the binary neutron stars' \(\texttt{LORENE}\) ID into member variables
FT 5.10.2020
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bnslorene), | intent(inout) | :: | this |
bnslorene object which this PROCEDURE is a member of |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(kind=C_CHAR, len=1), | private, | DIMENSION(str_length) | :: | eos1_tmp_c | |||
character(kind=C_CHAR, len=1), | private, | DIMENSION(str_length) | :: | eos2_tmp_c | |||
character(kind=C_CHAR, len=1), | private, | DIMENSION(str_length2) | :: | eostable1_tmp_c | |||
character(kind=C_CHAR, len=1), | private, | DIMENSION(str_length2) | :: | eostable2_tmp_c | |||
integer, | private | :: | i | ||||
integer, | private | :: | nchars | ||||
integer, | private, | parameter | :: | str_length | = | 100 | |
integer, | private, | parameter | :: | str_length2 | = | 500 |