From 139719433ac9cd35c79a0152988f77b15d8d6d9d Mon Sep 17 00:00:00 2001 From: Max Lyon Date: Mon, 7 Dec 2020 14:07:03 +0100 Subject: [PATCH] fix wrong endif comment --- src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh b/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh index b2a00fd3..1333662b 100644 --- a/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh +++ b/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh @@ -197,6 +197,6 @@ private: } // END_NS_DECIMATER } // END_NS_OPENMESH //============================================================================= -#endif // OPENACG_MODNORMALFLIPPING_HH defined +#endif // OPENMESH_DECIMATER_MODNORMALFLIPPING_HH defined //=============================================================================