mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Adding bools to turn off initCellFacePt() for reconstruction, post-processing etc.
This commit is contained in:
@ -102,7 +102,8 @@ Foam::lagrangianFieldDecomposer::lagrangianFieldDecomposer
|
||||
(
|
||||
positions_,
|
||||
ppi.position(),
|
||||
procCelli
|
||||
procCelli,
|
||||
false
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user