Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
fffde6ed
Commit
fffde6ed
authored
Nov 13, 2009
by
mattijs
Browse files
explicit constructors
parent
6ae8581d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/meshTools/octree/octreeDataPoint.H
View file @
fffde6ed
...
...
@@ -69,7 +69,7 @@ public:
// Constructors
//- Construct from components. Holds reference to points!
octreeDataPoint
(
const
pointField
&
);
explicit
octreeDataPoint
(
const
pointField
&
);
// Member Functions
...
...
src/meshTools/octree/treeBoundBox.H
View file @
fffde6ed
...
...
@@ -170,11 +170,11 @@ public:
inline
treeBoundBox
(
const
point
&
min
,
const
point
&
max
);
//- Construct from components
inline
treeBoundBox
(
const
boundBox
&
bb
);
explicit
inline
treeBoundBox
(
const
boundBox
&
bb
);
//- Construct as the bounding box of the given pointField.
// Local processor domain only (no reduce as in boundBox)
treeBoundBox
(
const
UList
<
point
>&
);
explicit
treeBoundBox
(
const
UList
<
point
>&
);
//- Construct as subset of points
// Local processor domain only (no reduce as in boundBox)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment