mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Renamed folder -> directory for consistency with POSIX and the rest of OpenFOAM
This commit is contained in:
@ -44,7 +44,7 @@ void writeWeights
|
||||
(
|
||||
const scalarField& wghtSum,
|
||||
const primitivePatch& patch,
|
||||
const fileName& folder,
|
||||
const fileName& directory,
|
||||
const fileName& prefix,
|
||||
const word& timeName
|
||||
)
|
||||
@ -53,7 +53,7 @@ void writeWeights
|
||||
|
||||
writer.write
|
||||
(
|
||||
folder,
|
||||
directory,
|
||||
prefix + "_proc" + Foam::name(Pstream::myProcNo()) + "_" + timeName,
|
||||
patch.localPoints(),
|
||||
patch.localFaces(),
|
||||
|
||||
Reference in New Issue
Block a user