Mercurial > hg > orthanc-stone
changeset 986:4e2de6b8a70b
Uninit. var.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 09 Sep 2019 10:41:27 +0200 |
parents | bb13876e529a |
children | d225bccd4d4a |
files | Framework/Toolbox/CoordinateSystem3D.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Toolbox/CoordinateSystem3D.cpp Fri Sep 06 11:47:21 2019 +0200 +++ b/Framework/Toolbox/CoordinateSystem3D.cpp Mon Sep 09 10:41:27 2019 +0200 @@ -206,7 +206,7 @@ const CoordinateSystem3D& a, const CoordinateSystem3D& b) { - bool opposite; // Ignored + bool opposite = false; // Ignored if (OrthancStone::GeometryToolbox::IsParallelOrOpposite( opposite, a.GetNormal(), b.GetNormal()))