From e592d7ec12ffe3b254d68bb30565bc3366a8cbd7 Mon Sep 17 00:00:00 2001 From: Yonghui <huangyh56@gmail.com> Date: Sat, 13 May 2017 00:54:40 +0200 Subject: [PATCH] add final to material prop class --- ProcessLib/RichardsFlow/RichardsFlowMaterialProperties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/RichardsFlow/RichardsFlowMaterialProperties.h b/ProcessLib/RichardsFlow/RichardsFlowMaterialProperties.h index 19bdecc51ca..4021072673e 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowMaterialProperties.h +++ b/ProcessLib/RichardsFlow/RichardsFlowMaterialProperties.h @@ -42,7 +42,7 @@ namespace RichardsFlow * flow. */ -class RichardsFlowMaterialProperties +class RichardsFlowMaterialProperties final { public: using ArrayType = MaterialLib::Fluid::FluidProperty::ArrayType; -- GitLab