mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: domainDecomposition: force constructor usage
This commit is contained in:
@ -265,8 +265,8 @@ bool Foam::domainDecomposition::writeDecomposition()
|
|||||||
Time::controlDictName,
|
Time::controlDictName,
|
||||||
time().rootPath(),
|
time().rootPath(),
|
||||||
processorCasePath,
|
processorCasePath,
|
||||||
"system",
|
word("system"),
|
||||||
"constant"
|
word("constant")
|
||||||
);
|
);
|
||||||
processorDb.setTime(time());
|
processorDb.setTime(time());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user