From 35ed92fc85512ac2c89a452f12590292e5bf4c83 Mon Sep 17 00:00:00 2001 From: Wenqing Wang <wenqing.wang@ufz.de> Date: Wed, 9 Jan 2019 09:25:37 +0100 Subject: [PATCH] [Doc] Fixed an argument documentation --- ProcessLib/SurfaceFlux/SurfaceFlux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProcessLib/SurfaceFlux/SurfaceFlux.h b/ProcessLib/SurfaceFlux/SurfaceFlux.h index 45c9952e63f..60d164ac8cb 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFlux.h +++ b/ProcessLib/SurfaceFlux/SurfaceFlux.h @@ -34,8 +34,8 @@ public: /// @param t The balance will be computed at the time t. /// @param bulk_mesh Stores a reference to the bulk mesh that is needed to /// fetch the information for the integration over the surface mesh. - /// @active_element_ids The IDs of active elements. It is empty if there is - /// no deactivated subdomain. + /// @param active_element_ids The IDs of active elements. It is empty if + /// there is no deactivated subdomain. /// @param getFlux function that calculates the flux in the integration /// points of the face elements of the bulk element that belongs to the /// surface. -- GitLab