FMS  2024.03
Flexible Modeling System
get_unique_block_ids_bind Interface Reference

Private c function that gets the the ids of the unique blocks in the yaml file (see yaml_parser_binding.c) More...

Private Member Functions

subroutine get_unique_block_ids_bind (file_id, block_ids, parent_block_id)
 

Detailed Description

Private c function that gets the the ids of the unique blocks in the yaml file (see yaml_parser_binding.c)

Definition at line 231 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ get_unique_block_ids_bind()

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 
)
private
Parameters
[in]file_idFile id corresponding to the yaml file that was opened
[in,out]block_idsId of the parent_block
parent_block_idId of the parent block

Definition at line 231 of file yaml_parser.F90.


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