FMS 2025.01.02-dev
Flexible Modeling System
Loading...
Searching...
No Matches
is_valid_file_id Interface Reference

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

Public Member Functions

logical(kind=c_bool) function is_valid_file_id (file_id)
 

Detailed Description

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

Returns
Flag indicating if the file_id is valid

Definition at line 87 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ is_valid_file_id()

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

Definition at line 87 of file yaml_parser.F90.


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