forgot edges declaration

This commit is contained in:
mattijs
2008-06-27 17:28:40 +01:00
parent a67cfa01a4
commit 20b82e06c2

View File

@ -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()