libsim  Versione7.2.1

◆ fn_display()

subroutine alchimia::fn_display ( type(fnds), intent(in)  fn)
private

Display function objects on screen.

Parametri
[in]fnfunction object to display

Definizione alla linea 470 del file alchimia.F03.

470 else
471 
472  stat=oracle(newbin,mybout,vfn,myvfn,.true.)
473 
474 end if
475 
476 ! delete on exit only on the main call
477 if (.not. optio_log(recurse)) then
478  call delete(maybefn)
479  call delete(usefullfn)
480  order=0
481 end if
482 
483 end function oracle

Generated with Doxygen.