From 96b0f62d04b716d010fe6a47e0141edbbba96d89 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 21 Feb 2016 09:03:39 +0000 Subject: [PATCH] surfaceCoarsen: Changed List<::... to List< ::... for gcc-4.5 --- .../utilities/surface/surfaceCoarsen/surfaceCoarsen.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/utilities/surface/surfaceCoarsen/surfaceCoarsen.C b/applications/utilities/surface/surfaceCoarsen/surfaceCoarsen.C index 1ab971475e..349b483882 100644 --- a/applications/utilities/surface/surfaceCoarsen/surfaceCoarsen.C +++ b/applications/utilities/surface/surfaceCoarsen/surfaceCoarsen.C @@ -95,8 +95,8 @@ int main(int argc, char *argv[]) Info<< endl; - ::List<::Vector> vert; // global list of vertices - ::List<::tridata> tri; // global list of triangles + ::List< ::Vector> vert; // global list of vertices + ::List< ::tridata> tri; // global list of triangles // Convert triSurface to progmesh format. Note: can use global point @@ -127,7 +127,7 @@ int main(int argc, char *argv[]) ::ProgressiveMesh(vert,tri,collapse_map,permutation); // rearrange the vertex list - ::List<::Vector> temp_list; + ::List< ::Vector> temp_list; for (int i=0;i