rmsd_toml Module

Proxy interface to TOML-Fortran library


Uses

    • mctc_env
    • tomlf

Contents


Subroutines

public subroutine read_config_file(table, file, error)

Process the configuration file to a TOML data structure

Arguments

TypeIntentOptionalAttributesName
type(toml_table), intent(out), allocatable:: table

TOML data structure

character(len=*), intent(in) :: file

Name of the configuration file

type(error_type), intent(out), allocatable:: error

Error status of the operation