FMS  2024.03
Flexible Modeling System
is_valid_block_id Interface Reference

Private c function that checks if a block_id is valid (see yaml_parser_binding.c) More...

Private Member Functions

logical(kind=c_bool) function is_valid_block_id (file_id, block_id)
 

Detailed Description

Private c function that checks if a block_id is valid (see yaml_parser_binding.c)

Returns
Flag indicating if the block_id is valid

Definition at line 209 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ is_valid_block_id()

logical(kind=c_bool) function is_valid_block_id ( integer(kind=c_int), intent(in)  file_id,
integer(kind=c_int), intent(in)  block_id 
)
private
Parameters
[in]file_idFile id corresponding to the yaml file that was opened
[in]block_idBlock id to check if valid
Returns
Flag indicating if the file_id is valid

Definition at line 209 of file yaml_parser.F90.


The documentation for this interface was generated from the following file: