harmless warning
This commit is contained in:
parent
f4f58f587a
commit
64aaf2bb9b
vcg/complex/algorithms/local_optimization
|
@ -156,6 +156,7 @@ class QuadricTexHelper
|
|||
}
|
||||
|
||||
assert(0);
|
||||
return qv[0].second;
|
||||
}
|
||||
static math::Quadric<double> &Qd3(VertexType *v) {return TD3()[*v];}
|
||||
static math::Quadric<double> &Qd3(VertexType &v) {return TD3()[v];}
|
||||
|
|
Loading…
Reference in New Issue