From 7881ad3622f47b6ee0277b355b2114c3041a9cbb Mon Sep 17 00:00:00 2001 From: Hussein Alihussein <h.alihussein@tu-braunschweig.de> Date: Thu, 23 Nov 2023 12:16:01 +0100 Subject: [PATCH] Remove LBMReal --- src/cpu/core/BoundaryConditions/VelocityNonReflecting.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpu/core/BoundaryConditions/VelocityNonReflecting.h b/src/cpu/core/BoundaryConditions/VelocityNonReflecting.h index 6a64198b8..ccebf6305 100644 --- a/src/cpu/core/BoundaryConditions/VelocityNonReflecting.h +++ b/src/cpu/core/BoundaryConditions/VelocityNonReflecting.h @@ -48,7 +48,7 @@ public: void addDistributions(SPtr<DistributionArray3D> distributions) override; void applyBC() override; private: -LBMReal velocity; -LBMReal BCVeloWeight; +real velocity; +real BCVeloWeight; }; #endif // NonReflectingDensityBCStrategy_h__ -- GitLab