make some getter methods in cfdemCloud const

This commit is contained in:
danielque
2018-10-01 15:34:21 +02:00
parent e25a25f294
commit be2a4ad87b

View File

@ -244,7 +244,7 @@ public:
// public Member Functions
// Access
bool allowCFDsubTimestep() { return allowCFDsubTimestep_; }
bool allowCFDsubTimestep() const { return allowCFDsubTimestep_; }
void setAllowCFDsubTimestep(bool b) { allowCFDsubTimestep_ = b; }
@ -428,7 +428,7 @@ public:
void otherForces(volVectorField&);
bool checkPeriodicCells() { return checkPeriodicCells_; }
bool checkPeriodicCells() const { return checkPeriodicCells_; }
};