mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: redistributePar: cell/face/pointProcAddressing written to incorrect dir
This commit is contained in:
@ -1040,7 +1040,8 @@ autoPtr<mapDistributePolyMesh> redistributeAndWrite
|
||||
mesh,
|
||||
distMap(),
|
||||
decompose,
|
||||
writeHandler
|
||||
mesh.facesInstance(), //oldFacesInstance,
|
||||
writeHandler // to write *ProcAddressing
|
||||
);
|
||||
}
|
||||
else if (reconstruct)
|
||||
@ -1054,6 +1055,7 @@ autoPtr<mapDistributePolyMesh> redistributeAndWrite
|
||||
mesh,
|
||||
distMap(),
|
||||
decompose,
|
||||
volMeshInstance, //oldFacesInstance,
|
||||
readHandler //writeHandler
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user