diff --git a/vcg/simplex/face/component.h b/vcg/simplex/face/component.h index 31e8560b..15e2340e 100644 --- a/vcg/simplex/face/component.h +++ b/vcg/simplex/face/component.h @@ -493,8 +493,8 @@ struct CurvatureDirBaseType{ template class CurvatureDir: public TT { public: typedef A CurvatureDirType; - typedef typename CurvatureDirType::VecType CurVecType; - typedef typename CurvatureDirType::ScalarType CurScalarType; + typedef typename CurvatureDirType::CurVecType CurVecType; + typedef typename CurvatureDirType::CurScalarType CurScalarType; CurVecType &PD1() { return _curv.max_dir;} CurVecType &PD2() { return _curv.min_dir;}