mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: MeshWave: allow 1 cells cases.
This commit is contained in:
@ -148,7 +148,7 @@ Foam::labelList Foam::structuredDecomp::decompose
|
||||
patchData,
|
||||
faceData,
|
||||
cellData,
|
||||
mesh.globalData().nTotalCells()
|
||||
mesh.globalData().nTotalCells()+1
|
||||
);
|
||||
|
||||
// And extract
|
||||
|
||||
Reference in New Issue
Block a user