Added missing typename

This commit is contained in:
Andreas Fabri 2004-03-09 09:12:07 +00:00
parent bea483ab08
commit 11a86e77dc
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
9 Mar 2003 Andreas Fabri
- Added missing typename
8 Mar 2003 Andreas Fabri
- Added functor and function for constructing orthogilnal vector of three points

View File

@ -1268,7 +1268,7 @@ namespace CartesianKernelFunctors {
template <typename K>
class Construct_orthogonal_vector_3
{
typedef K::FT FT;
typedef typename K::FT FT;
typedef typename K::Point_3 Point_3;
typedef typename K::Vector_3 Vector_3;
typedef typename K::Plane_3 Plane_3;