From 0ed9b822e3bd90724d3f25e99ec87b7940e8ce5d Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Tue, 9 Aug 2016 16:21:40 +0200
Subject: [PATCH] [PL] added docu

---
 ProcessLib/Utils/VectorUtil.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ProcessLib/Utils/VectorUtil.h b/ProcessLib/Utils/VectorUtil.h
index 543d29b99f0..2a4ceac13be 100644
--- a/ProcessLib/Utils/VectorUtil.h
+++ b/ProcessLib/Utils/VectorUtil.h
@@ -15,6 +15,8 @@
 
 namespace ProcessLib
 {
+//! Returns the value for the given \c node_id and \c global_component_id from
+//! the vector \c x.
 double getNodalValue(GlobalVector const& x, MeshLib::Mesh const& mesh,
                      NumLib::LocalToGlobalIndexMap const& dof_table,
                      std::size_t const node_id,
-- 
GitLab