mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: verbose point field decompose/reconstruct (#120)
TUT: use redistributePar for multiphase/interFoam/RAS/DTCHull
This commit is contained in:
@ -1087,13 +1087,11 @@ int main(int argc, char *argv[])
|
||||
: fileHandler()
|
||||
);
|
||||
|
||||
|
||||
|
||||
// Make sure to call findTimes on all processors to force caching of
|
||||
// time directories
|
||||
(void)fileHandler().findTimes(args.path(), "constant");
|
||||
|
||||
|
||||
// Need this line since we don't include "setRootCase.H"
|
||||
#include "foamDlOpenLibs.H"
|
||||
|
||||
const bool reconstruct = args.found("reconstruct");
|
||||
@ -1109,6 +1107,7 @@ int main(int argc, char *argv[])
|
||||
if (optVerbose)
|
||||
{
|
||||
// Report on output
|
||||
faMeshDistributor::verbose_ = 1;
|
||||
parPointFieldDistributor::verbose_ = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user