mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
change in particle insertion ctor and addition to DEMSystem
This commit is contained in:
@ -71,4 +71,4 @@ pFlow::insertion::insertion
|
||||
)
|
||||
:
|
||||
particles_(prtcl)
|
||||
{}
|
||||
{}
|
||||
|
@ -54,6 +54,7 @@ public:
|
||||
|
||||
insertion(particles& prtcl);
|
||||
|
||||
|
||||
virtual ~insertion() = default;
|
||||
|
||||
bool isActive()const {
|
||||
|
Reference in New Issue
Block a user