mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-12-08 06:57:54 +00:00
the need to provide neighborLength in domain dictionary is lifted. Now it is optional
This commit is contained in:
@ -24,10 +24,11 @@ Licence:
|
||||
|
||||
pFlow::dynamicPointStructure::dynamicPointStructure
|
||||
(
|
||||
systemControl& control
|
||||
systemControl& control,
|
||||
real maxBSphere
|
||||
)
|
||||
:
|
||||
pointStructure(control),
|
||||
pointStructure(control, maxBSphere),
|
||||
velocity_
|
||||
(
|
||||
objectFile(
|
||||
|
||||
Reference in New Issue
Block a user