Add a typedef to be in sync with the manual

This commit is contained in:
Andreas Fabri 2008-11-25 13:20:21 +00:00
parent 140d6eb4f5
commit 898eb45ead
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ public:
typedef typename Gt::FT Coord_type;
typedef Coord_type NT;
typedef Coord_type FT;
typedef typename Gt::Point_3 Point;