ENH: Adding bools to turn off initCellFacePt() for reconstruction, post-processing etc.

This commit is contained in:
graham
2010-09-22 16:20:54 +01:00
parent 27dc56ed0d
commit bd91a2d5c3
5 changed files with 17 additions and 8 deletions

View File

@ -102,7 +102,8 @@ Foam::lagrangianFieldDecomposer::lagrangianFieldDecomposer
(
positions_,
ppi.position(),
procCelli
procCelli,
false
)
);
}