FMS 2025.01.02-dev
Flexible Modeling System
|
Private c function that gets the the ids of the unique blocks in the yaml file (see yaml_parser_binding.c) More...
Public Member Functions | |
subroutine | get_unique_block_ids_bind (file_id, block_ids, parent_block_id) |
Private c function that gets the the ids of the unique blocks in the yaml file (see yaml_parser_binding.c)
Definition at line 234 of file yaml_parser.F90.
subroutine get_unique_block_ids_bind | ( | integer(kind=c_int), intent(in) | file_id, |
integer(kind=c_int), dimension(*), intent(inout) | block_ids, | ||
integer(kind=c_int) | parent_block_id | ||
) |
[in] | file_id | File id corresponding to the yaml file that was opened |
[in,out] | block_ids | Id of the parent_block |
parent_block_id | Id of the parent block |
Definition at line 234 of file yaml_parser.F90.