mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
mark some more members explicitly read-only
This commit is contained in:
@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user