This commit is contained in:
Nico Pietroni 2014-06-23 09:47:29 +00:00
parent c918b9097c
commit 938eefd398
1 changed files with 2 additions and 2 deletions

View File

@ -493,8 +493,8 @@ struct CurvatureDirBaseType{
template <class A, class TT> class CurvatureDir: public TT { template <class A, class TT> class CurvatureDir: public TT {
public: public:
typedef A CurvatureDirType; typedef A CurvatureDirType;
typedef typename CurvatureDirType::VecType CurVecType; typedef typename CurvatureDirType::CurVecType CurVecType;
typedef typename CurvatureDirType::ScalarType CurScalarType; typedef typename CurvatureDirType::CurScalarType CurScalarType;
CurVecType &PD1() { return _curv.max_dir;} CurVecType &PD1() { return _curv.max_dir;}
CurVecType &PD2() { return _curv.min_dir;} CurVecType &PD2() { return _curv.min_dir;}