|
◆ makev()
subroutine makev |
( |
type(fndsv), intent(inout) |
mayvfn, |
|
|
character(len=*), dimension(:), intent(in) |
mybin, |
|
|
character(len=*), dimension(:), intent(in) |
mybout, |
|
|
real, dimension(:,:), intent(in) |
myin, |
|
|
real, dimension(:,:), intent(out) |
myout |
|
) |
| |
Execute the function to obtain what you have requested to oracle.
This is a sample only routine for the cousine test case. - Parametri
-
[in,out] | mayvfn | vector function object that solve the problem |
[in] | mybin | standard table B description of input |
[in] | mybout | standard table B description of output |
[in] | myin | data input (ndata,nparameters) |
[out] | myout | data output (ndata,nparameters) |
Definizione alla linea 768 del file alchimia.F03.
|