From b96d693960f9b93b321bb128aaa8937bdf3d9cf9 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 26 May 2009 22:35:57 +0000 Subject: [PATCH] bool ClearAllF() -> void ClearAllF() (no reason it is a bool returning function) --- vcg/simplex/face/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/face/base.h b/vcg/simplex/face/base.h index c6c23eba..5dfaf7f8 100644 --- a/vcg/simplex/face/base.h +++ b/vcg/simplex/face/base.h @@ -260,7 +260,7 @@ public: void SetF(int i) {this->Flags() |=(FAUX0<Flags() &= (~(FAUX0<Flags() &= (~(FAUX0|FAUX1|FAUX2)); } + void ClearAllF() { this->Flags() &= (~(FAUX0|FAUX1|FAUX2)); } /// Return the first bit that is not still used static int &LastBitFlag()