mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
remove unneeded conversion to bool
This commit is contained in:
@ -87,7 +87,7 @@ inline const fvMesh& cfdemCloud::mesh() const
|
||||
|
||||
inline bool cfdemCloud::solveFlow() const
|
||||
{
|
||||
return bool(solveFlow_);
|
||||
return solveFlow_;
|
||||
}
|
||||
|
||||
inline bool cfdemCloud::verbose() const
|
||||
|
||||
Reference in New Issue
Block a user