libsim
Versione6.3.0
alchimia
c_e
c_e_fn
◆
c_e_fn()
elemental logical function c_e_fn
(
type(fnds), intent(in)
fn
)
Check missing function objects.
Parametri
[in]
fn
function object to check
Definizione alla linea
454
del file
alchimia.F03
.
454
455
foundout = .false.
456
do
j=1, count(c_e(newbout))
457
if
(any(maybefn%fnds(i)%bout(:) == newbout(j))) foundout = .true.
Generated with
Doxygen
.