minor changes
This commit is contained in:
parent
2b9cd14fec
commit
ad95a30be6
|
@ -144,7 +144,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Return the tetrahedron stored in the half edge
|
/// Return the tetrahedron stored in the half edge
|
||||||
inline const TetraType* & T() const
|
inline TetraType* const & T() const
|
||||||
{
|
{
|
||||||
return _t;
|
return _t;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue