diff --git a/Geo/MQuadrangle.h b/Geo/MQuadrangle.h index f331c42e342e75254dae8a80a652374d5ea2d8e1..15cb09446efdc2fdf675c7d849e84a9403fadfc1 100644 --- a/Geo/MQuadrangle.h +++ b/Geo/MQuadrangle.h @@ -352,7 +352,7 @@ class MQuadrangle9 : public MQuadrangle { }; typedef std::vector<int> IndicesReoriented; -typedef std::pair<int, std::pair<int,int>> TupleReorientation; +typedef std::pair<int, std::pair<int,int> > TupleReorientation; /* * MQuadrangle diff --git a/Geo/MTriangle.h b/Geo/MTriangle.h index 9c49518062ad88e4a5f4a8ac6cf7a9ee9ecf5856..098f0a24c663dd244c8c978a50ea019ceb16c700 100644 --- a/Geo/MTriangle.h +++ b/Geo/MTriangle.h @@ -247,7 +247,7 @@ class MTriangle6 : public MTriangle { }; typedef std::vector<int> IndicesReoriented; -typedef std::pair<int, std::pair<int,int>> TupleReorientation; +typedef std::pair<int, std::pair<int,int> > TupleReorientation; /* * MTriangleN FIXME: check the plot