libsim  Versione6.3.0
recursive logical function, public oracle ( character(len=*), dimension(:), intent(in)  mybin,
character(len=*), dimension(:), intent(in)  mybout,
type(fndsv), intent(in)  vfn,
type(fndsv), intent(out)  myvfn,
logical, optional  recurse 
)

This function like a oracle say you how to abtain what you want.

Starting from desciption of input and output and a vector of available functions provide to you the road to execute for make the output

Parametri
[in]vfnvector function object available
[in]mybinstandard table B description of input
[in]myboutstandard table B description of output
[out]myvfnvector function object that solve the problem
recurseset to .true. when called in recurse

Definizione alla linea 536 del file alchimia.F03.


Generated with Doxygen.