From fea4ee326e9ca56ba72db5dd41c167a8ea51ab36 Mon Sep 17 00:00:00 2001 From: danielque Date: Mon, 1 Oct 2018 13:54:44 +0200 Subject: [PATCH] mark some more members explicitly read-only --- src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H b/src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H index 9e8cb930..9eb7078c 100644 --- a/src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H +++ b/src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H @@ -94,13 +94,13 @@ protected: bool allowCFDsubTimestep_; - bool limitDEMForces_; + const bool limitDEMForces_; - bool getParticleDensities_; + const bool getParticleDensities_; - bool getParticleEffVolFactors_; + const bool getParticleEffVolFactors_; - bool getParticleTypes_; + const bool getParticleTypes_; scalar maxDEMForce_;