small fix to compile with both cpp0x and plain old cpp

This commit is contained in:
Samuel Hornus 2011-05-01 21:37:26 +00:00
parent df420d1a04
commit 74c7d5992d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public:
|rotate_rotor| and |insert_in_tagged_hole|) */
// A co-dimension 1 sub-simplex.
typedef std::pair<Simplex_handle, int> Facet;
typedef cpp0x::tuple<Simplex_handle, int> Facet;
// A co-dimension 2 sub-simplex. called a Rotor because we can rotate
// the two "covertices" around the sub-simplex. Useful for traversing the