From 38d39bc7b25431f54674b74a4951a7c90f458cc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 19 Oct 2023 09:35:03 +0200
Subject: [PATCH] [examples][cahn-hilliard][model] remove statement on default
 scalar_t

---
 examples/cahn_hilliard/model.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/cahn_hilliard/model.hh b/examples/cahn_hilliard/model.hh
index 8fdc727902..80470f9d42 100644
--- a/examples/cahn_hilliard/model.hh
+++ b/examples/cahn_hilliard/model.hh
@@ -269,7 +269,6 @@ template<class TypeTag>
 struct LocalResidual<TypeTag, TTag::CahnHilliardModel>
 { using type = CahnHilliardModelLocalResidual<TypeTag>; };
 
-// The default scalar type is double.
 // We compute with double precision floating point numbers.
 template<class TypeTag>
 struct Scalar<TypeTag, TTag::CahnHilliardModel>
-- 
GitLab