harmless warning
This commit is contained in:
parent
f4f58f587a
commit
64aaf2bb9b
|
@ -155,7 +155,8 @@ class QuadricTexHelper
|
||||||
return qv[i].second;
|
return qv[i].second;
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(0);
|
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];}
|
||||||
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