From 9732726cfa2ce649f1a321b078d1fa99cbb5c364 Mon Sep 17 00:00:00 2001 From: Sharan Roongta Date: Tue, 26 May 2020 11:46:28 +0200 Subject: [PATCH] editorial changes --- src/YAML_parse.f90 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/YAML_parse.f90 b/src/YAML_parse.f90 index 75a59f342..1586d9169 100644 --- a/src/YAML_parse.f90 +++ b/src/YAML_parse.f90 @@ -1,3 +1,10 @@ +!---------------------------------------------------------------------------------------------------- +!> @author Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH +!> @author Sharan Roongta, Max-Planck-Institut für Eisenforschung GmbH +!> @brief Parser for YAML files +!> @details module converts a YAML input file to an equivalent YAML flow style which is then parsed. +!---------------------------------------------------------------------------------------------------- + module YAML_parse use prec