From 1fb2baba0010c4069db649f3e2e22dd919222b4e Mon Sep 17 00:00:00 2001
From: "Dmitry Yu. Naumov" <github@naumov.de>
Date: Wed, 23 Jun 2021 19:56:24 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 ProcessLib/StokesFlow/StokesFlowProcessData.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProcessLib/StokesFlow/StokesFlowProcessData.h b/ProcessLib/StokesFlow/StokesFlowProcessData.h
index 0417237d0b5..ded667676c3 100644
--- a/ProcessLib/StokesFlow/StokesFlowProcessData.h
+++ b/ProcessLib/StokesFlow/StokesFlowProcessData.h
@@ -31,8 +31,8 @@ struct StokesFlowProcessData
     /// an external force that applies in the bulk of the fluid, like gravity.
     Eigen::VectorXd const specific_body_force;
 
-    /// When this optional field is flagged on, the Darcy term will be
-    /// additionally included in the original momentum balance equation.
+    /// When true, the Darcy term will be
+    /// included in the momentum balance equation.
     bool const use_stokes_brinkman_form;
 
     MeshLib::PropertyVector<double>* pressure_interpolated = nullptr;
-- 
GitLab