From c7719d7d355ea8140d1ba2f981b2c7c180c5d92e Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Thu, 20 Nov 2008 13:29:26 +0000 Subject: [PATCH] Corrected wrong max_band --- vcg/simplex/vertexplus/component_sph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/vertexplus/component_sph.h b/vcg/simplex/vertexplus/component_sph.h index b1384e01..a9c80b0e 100644 --- a/vcg/simplex/vertexplus/component_sph.h +++ b/vcg/simplex/vertexplus/component_sph.h @@ -37,7 +37,7 @@ template class Sph36f: public Sph & name){name.push_back(std::string("Sph36f"));T::Name(name);} }; -template class Sph9d: public Sph, T> { +template class Sph9d: public Sph, T> { public: static void Name(std::vector & name){name.push_back(std::string("Sph9d"));T::Name(name);} };