mark some more members explicitly read-only

This commit is contained in:
danielque
2018-10-01 13:54:44 +02:00
parent 72351fb578
commit fea4ee326e

View File

@ -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_;