FMS 2025.01.02-dev
Flexible Modeling System
|
Private c function that determines the number of unique blocks that belong to a parent block with parent_block_id in the yaml file (see yaml_parser_binding.c) More...
Public Member Functions | |
integer(kind=c_int) function | get_num_unique_blocks_bind (file_id, parent_block_id) |
Private c function that determines the number of unique blocks that belong to a parent block with parent_block_id in the yaml file (see yaml_parser_binding.c)
Definition at line 223 of file yaml_parser.F90.
integer(kind=c_int) function get_num_unique_blocks_bind | ( | integer(kind=c_int), intent(in) | file_id, |
integer(kind=c_int) | parent_block_id | ||
) |
[in] | file_id | File id of the yaml file to search |
parent_block_id | Id of the parent block |
Definition at line 223 of file yaml_parser.F90.