Merged in fix/ManifoldWarning (pull request #150)
Fixed minor warning triggering in testsrelease/4.3a0
commit
05d7117bea
|
|
@ -138,7 +138,7 @@ class IsManifold {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
typedef typename traits<T>::structure_category structure_category_tag;
|
typedef typename traits<T>::structure_category structure_category_tag;
|
||||||
static const size_t dim = traits<T>::dimension;
|
static const int dim = traits<T>::dimension;
|
||||||
typedef typename traits<T>::ManifoldType ManifoldType;
|
typedef typename traits<T>::ManifoldType ManifoldType;
|
||||||
typedef typename traits<T>::TangentVector TangentVector;
|
typedef typename traits<T>::TangentVector TangentVector;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue