mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: PointEdgeWave : n cyclics bool instead of label
This commit is contained in:
@ -125,7 +125,7 @@ class PointEdgeWave
|
||||
label nChangedEdges_;
|
||||
|
||||
//- Number of cyclic patches
|
||||
bool nCyclicPatches_;
|
||||
label nCyclicPatches_;
|
||||
|
||||
//- For every cyclic patch two primitivePatches
|
||||
PtrList<primitivePatch> cycHalves_;
|
||||
|
||||
Reference in New Issue
Block a user