mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
make some getter methods in cfdemCloud const
This commit is contained in:
@ -244,7 +244,7 @@ public:
|
|||||||
// public Member Functions
|
// public Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
bool allowCFDsubTimestep() { return allowCFDsubTimestep_; }
|
bool allowCFDsubTimestep() const { return allowCFDsubTimestep_; }
|
||||||
|
|
||||||
void setAllowCFDsubTimestep(bool b) { allowCFDsubTimestep_ = b; }
|
void setAllowCFDsubTimestep(bool b) { allowCFDsubTimestep_ = b; }
|
||||||
|
|
||||||
@ -428,7 +428,7 @@ public:
|
|||||||
|
|
||||||
void otherForces(volVectorField&);
|
void otherForces(volVectorField&);
|
||||||
|
|
||||||
bool checkPeriodicCells() { return checkPeriodicCells_; }
|
bool checkPeriodicCells() const { return checkPeriodicCells_; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user