From e8992e7b72aeac5ea58fa1b98a4cd11a380c6e1f Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 25 May 2020 22:09:46 +0200 Subject: [PATCH] documentation --- src/results.f90 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/results.f90 b/src/results.f90 index d1db96f47..21173c512 100644 --- a/src/results.f90 +++ b/src/results.f90 @@ -767,6 +767,10 @@ subroutine results_mapping_materialpoint(homogenizationAt,memberAtLocal,label) end subroutine results_mapping_materialpoint + +!-------------------------------------------------------------------------------------------------- +!> @brief current date and time (including time zone information) +!-------------------------------------------------------------------------------------------------- character(len=24) function now() character(len=5) :: zone @@ -778,6 +782,7 @@ character(len=24) function now() end function now + !!-------------------------------------------------------------------------------------------------- !!> @brief adds the backward mapping from spatial position and constituent ID to results !!--------------------------------------------------------------------------------------------------