|
recursive logical function, public shoppinglist |
( |
character(len=*), dimension(:), intent(in) |
mybout, |
|
|
type(fndsv), intent(in) |
vfn, |
|
|
type(fndsv), intent(inout) |
myvfn, |
|
|
logical, intent(in), optional |
copy, |
|
|
logical, intent(in), optional |
recurse |
|
) |
| |
This function try to suggest you some road to obtain the variable you want.
Starting from desciption of output and a vector of available functions provide to you some possible starting points.
- Parametri
-
[in] | vfn | vector function object available |
[in] | mybout | standard table B description of output |
[in,out] | myvfn | vector function object that solve the problem |
[in] | copy | if .true. the copy functions are localy added to vfn (you can have input variable copyed to output) |
[in] | recurse | set to .true. when called in recurse |
Definizione alla linea 683 del file alchimia.F03.
|