minor changes

This commit is contained in:
ganovelli 2004-07-09 10:16:42 +00:00
parent 2b9cd14fec
commit ad95a30be6
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public:
}
/// Return the tetrahedron stored in the half edge
inline const TetraType* & T() const
inline TetraType* const & T() const
{
return _t;
}