libsim  Versione6.3.0

◆ vfnv_display()

subroutine vfnv_display ( type(fndsv), dimension(:), intent(in)  vfnv)

Display vector function objects on screen.

Parametri
[in]vfnvvector function object to display

Definizione alla linea 539 del file alchimia.F03.

539 
540 CALL l4f_log(L4F_DEBUG, "shoppinglist: order "//t2c(order))
541 
542 !search for functions outputing my output
543 do i =1, count(c_e(vfntmp%fnds))
544  !call display(vfntmp%fnds(i))
545  do j = 1, count(c_e(vfntmp%fnds(i)%bout(:)))
546  if (any(vfntmp%fnds(i)%bout(j) == newbout)) then
547  CALL l4f_log(l4f_debug, "shoppinglist: register "//trim(vfntmp%fnds(i)%name))

Generated with Doxygen.