FMS 2025.01.02-dev
Flexible Modeling System
|
Private c function that determines the number of blocks with block_name in the yaml file (see yaml_parser_binding.c) More...
Public Member Functions | |
integer(kind=c_int) function | get_num_blocks_all (file_id, block_name) |
Private c function that determines the number of blocks with block_name in the yaml file (see yaml_parser_binding.c)
Definition at line 169 of file yaml_parser.F90.
integer(kind=c_int) function get_num_blocks_all | ( | integer(kind=c_int), intent(in) | file_id, |
character(kind=c_char), dimension(*), intent(in) | block_name | ||
) |
[in] | file_id | File id of the yaml file to search |
[in] | block_name | The name of the block you are looking for |
Definition at line 169 of file yaml_parser.F90.