|
◆ register_copy()
subroutine, public alchimia::register_copy |
( |
type(fndsv), intent(inout) |
vfn, |
|
|
character(len=10), dimension(:), intent(in) |
bin |
|
) |
| |
Register the copy function to be able to copy input variables to output if requested.
- Parametri
-
[in,out] | vfn | vector of function descriptors into register |
[in] | bin | vector table B WMO input in user's data |
Definizione alla linea 318 del file alchimia.F03.
319 print *, "-------------------------------------------------" 320 end subroutine fnv_display_byorder 325 subroutine vfnv_display(vfnv) 326 type(fndsv), intent(in) :: vfnv(:)
|