mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent indentation and template parameters for FixedList
This commit is contained in:
@ -28,11 +28,11 @@ License
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
template<unsigned Size>
|
||||
template<unsigned N>
|
||||
Foam::treeBoundBox::treeBoundBox
|
||||
(
|
||||
const UList<point>& points,
|
||||
const FixedList<label, Size>& indices
|
||||
const FixedList<label, N>& indices
|
||||
)
|
||||
:
|
||||
boundBox(points, indices, false)
|
||||
|
||||
Reference in New Issue
Block a user