libsim
Versione7.2.3
alchimia
alchimia_copy
c_e_fn
compile_sl
fn_display
fn_init
fnregister
fnv_delete
fnv_display
fnv_display_byorder
init_fn
makev
oracle
register_copy
shoppinglist
sl_display
vfnv_display
◆
fn_display()
subroutine alchimia::fn_display
(
type(fnds), intent(in)
fn
)
private
Display function objects on screen.
Parametri
[in]
fn
function 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
.