libsim  Versione 7.2.1

◆ fnv_display()

subroutine fnv_display ( type(fndsv), intent(in)  fnv)

Display vector function objects on screen.

Parametri
[in]fnvvector function object to display

Definizione alla linea 487 del file alchimia.F03.

488 !! provide to you some possible starting points.
489 recursive logical function shoppinglist(mybout,vfn,myvfn, copy, recurse) result(stat)
490 type(fndsv),intent(in) :: vfn
491 character(len=*),intent(in) :: mybout(:)
492 type(fndsv),intent(inout) :: myvfn
493 logical,intent(in),optional :: copy
494 logical,intent(in),optional :: recurse
495 
496 type(fndsv) :: vfntmp
497 integer :: i,j,k
498 logical :: somefoundout

Generated with Doxygen.