mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent ordering of "inline explicit" vs. "explicit inline"
- resolve in favour of "inline explicit", which had marginally more uses and provides consistent prefixing for inline methods.
This commit is contained in:
@ -162,10 +162,10 @@ public:
|
||||
inline treeBoundBox();
|
||||
|
||||
//- Construct from a boundBox
|
||||
explicit inline treeBoundBox(const boundBox& bb);
|
||||
inline explicit treeBoundBox(const boundBox& bb);
|
||||
|
||||
//- Construct a bounding box containing a single initial point
|
||||
explicit inline treeBoundBox(const point& pt);
|
||||
inline explicit treeBoundBox(const point& pt);
|
||||
|
||||
//- Construct from components
|
||||
inline treeBoundBox(const point& min, const point& max);
|
||||
|
||||
Reference in New Issue
Block a user