libsim  Versione6.3.0

◆ 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 503 del file alchimia.F03.

503 newbout=cmiss
504 vfntmp=vfn
505 
506 ! delete only on the main call
507 if (.not. optio_log(recurse)) then
508  CALL l4f_log(l4f_debug, "shoppinglist: main call (delete and register)")
509 
510  call delete(myvfn)
511  call fnregister(myvfn)
512  order=0
513  newbout(:size(mybout))=mybout

Generated with Doxygen.