FMS
2024.03
Flexible Modeling System
|
Private c function that determines the number of blocks with block_name that belong to a parent block with parent_block_id in the yaml file (see yaml_parser_binding.c) More...
Private Member Functions | |
integer(kind=c_int) function | get_num_blocks_child (file_id, block_name, parent_block_id) |
Private c function that determines the number of blocks with block_name that belong to a parent block with parent_block_id in the yaml file (see yaml_parser_binding.c)
Definition at line 178 of file yaml_parser.F90.
|
private |
[in] | file_id | File id of the yaml file to search |
[in] | block_name | The name of the block you are looking for |
parent_block_id | Id of the parent block |
Definition at line 178 of file yaml_parser.F90.