Skip to content
Snippets Groups Projects
Commit 9b85f1d1 authored by laurence's avatar laurence
Browse files

ENH: Add null constructor to PointHit

parent 956bb80f
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -81,6 +81,15 @@ public:
// Constructors
//- Construct null
PointHit()
:
hit_(false),
hitPoint_(vector::zero),
distance_(GREAT),
eligibleMiss_(false)
{}
//- Construct from components
PointHit
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment