Removed useless typedefs

This commit is contained in:
Mael Rouxel-Labbé 2017-05-29 15:55:33 +02:00
parent b58cfe0895
commit be0f81bcf4
2 changed files with 0 additions and 5 deletions

View File

@ -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)));

View File

@ -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;