mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
src/lagrangian/basic/Cloud/Cloud.H: correct void function clear() return
This commit is contained in:
@ -250,7 +250,7 @@ public:
|
||||
|
||||
void clear()
|
||||
{
|
||||
return IDLList<ParticleType>::clear();
|
||||
IDLList<ParticleType>::clear();
|
||||
};
|
||||
|
||||
//- Transfer particle to cloud
|
||||
|
||||
Reference in New Issue
Block a user