From d18623b94253b3e88c39ab3b6a2db59abcc82b51 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Fri, 11 Dec 2020 16:53:15 +0100 Subject: [PATCH] templated face quality type --- vcg/simplex/face/component_ocf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/face/component_ocf.h b/vcg/simplex/face/component_ocf.h index a09e84f7..2707dc22 100644 --- a/vcg/simplex/face/component_ocf.h +++ b/vcg/simplex/face/component_ocf.h @@ -370,7 +370,7 @@ public: std::vector CDV; std::vector MV; std::vector NV; - std::vector QV; + std::vector QV; std::vector WCV; std::vector WNV; std::vector WTV;