Skip to content
Snippets Groups Projects
Commit ae601ac2 authored by Henry's avatar Henry
Browse files

src/lagrangian/basic/Cloud/Cloud.H: correct void function clear() return

parent 2127b000
Branches
Tags
No related merge requests found
......@@ -250,7 +250,7 @@ public:
void clear()
{
return IDLList<ParticleType>::clear();
IDLList<ParticleType>::clear();
};
//- Transfer particle to cloud
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment