editorial changes

This commit is contained in:
Sharan Roongta 2020-05-26 11:46:28 +02:00
parent 3f221ab5ed
commit 9732726cfa
1 changed files with 7 additions and 0 deletions

View File

@ -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