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:
@ -69,7 +69,8 @@ void Foam::reconstructLagrangianPositions
|
||||
(
|
||||
lagrangianPositions,
|
||||
ppi.position(),
|
||||
cellMap[ppi.cell()]
|
||||
cellMap[ppi.cell()],
|
||||
false
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user