libsim  Versione6.3.0

◆ c_e_fn()

elemental logical function c_e_fn ( type(fnds), intent(in)  fn)

Check missing function objects.

Parametri
[in]fnfunction 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.