mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
bug resolve, chekcForCollision is set to true for always, adjustable search box is set to false for always, old hearChanges has been removed
This commit is contained in:
@ -46,7 +46,7 @@ pFlow::NBS::NBS
|
||||
diam),
|
||||
sizeRatio_(max(dict.getVal<real>("sizeRatio"), one)),
|
||||
cellExtent_(max(dict.getVal<real>("cellExtent"), half)),
|
||||
adjustableBox_(dict.getVal<Logical>("adjustableBox")),
|
||||
adjustableBox_(false),//adjustableBox_(dict.getVal<Logical>("adjustableBox")),
|
||||
NBSLevel0_
|
||||
(
|
||||
this->domainBox_,
|
||||
|
Reference in New Issue
Block a user