mirror of https://github.com/CGAL/cgal
Removed useless typedefs
This commit is contained in:
parent
b58cfe0895
commit
be0f81bcf4
|
|
@ -81,8 +81,6 @@ Stream& write_complex_to_medit(Stream &out, C3t3 &c3t3,
|
|||
typedef typename C3t3::Triangulation Triangulation;
|
||||
typedef Triangulation Tr;
|
||||
|
||||
typedef typename Triangulation::Iso_cuboid Iso_cuboid;
|
||||
|
||||
typedef typename Triangulation::Triangle Triangle;
|
||||
typedef typename Triangulation::Tetrahedron Tetrahedron;
|
||||
|
||||
|
|
@ -98,8 +96,6 @@ Stream& write_complex_to_medit(Stream &out, C3t3 &c3t3,
|
|||
<< "\n" << number_of_vertices * occurence_count
|
||||
<< std::endl;
|
||||
|
||||
Iso_cuboid cb = t.domain();
|
||||
|
||||
for(unsigned j = 0; j < occurence_count; j++ ) {
|
||||
for (Facet_iterator it =c3t3.facets_begin(); it!=c3t3.facets_end(); it++) {
|
||||
Triangle tri = t.triangle(canonicalize_triangle<Tr>(t.periodic_triangle(*it)));
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ public:
|
|||
typedef typename Base::Facet Facet;
|
||||
typedef typename Base::Edge Edge;
|
||||
|
||||
typedef typename Base::Point Point;
|
||||
typedef typename Base::Bare_point Bare_point;
|
||||
typedef typename Base::Weighted_point Weighted_point;
|
||||
typedef typename Base::Periodic_point Periodic_point;
|
||||
|
|
|
|||
Loading…
Reference in New Issue