mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
forgot edges declaration
This commit is contained in:
@ -74,6 +74,12 @@ const Foam::label edgesArray[12][2] =
|
|||||||
//! @endcond
|
//! @endcond
|
||||||
|
|
||||||
|
|
||||||
|
const Foam::edgeList Foam::treeBoundBox::edges
|
||||||
|
(
|
||||||
|
initListList<edge, label, 12, 2>(edgesArray)
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
const Foam::FixedList<Foam::vector, 6> Foam::treeBoundBox::faceNormals
|
const Foam::FixedList<Foam::vector, 6> Foam::treeBoundBox::faceNormals
|
||||||
(
|
(
|
||||||
calcFaceNormals()
|
calcFaceNormals()
|
||||||
|
|||||||
Reference in New Issue
Block a user