From ad7afd491e8e3812cdb29ac63f47547472135cbf Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 23 Mar 2004 02:14:34 +0000
Subject: [PATCH] pretty print

---
 Mesh/2D_Mesh_Aniso.cpp | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/Mesh/2D_Mesh_Aniso.cpp b/Mesh/2D_Mesh_Aniso.cpp
index 34def07021..00cfa18976 100644
--- a/Mesh/2D_Mesh_Aniso.cpp
+++ b/Mesh/2D_Mesh_Aniso.cpp
@@ -1,4 +1,4 @@
-// $Id: 2D_Mesh_Aniso.cpp,v 1.36 2004-02-07 01:40:20 geuzaine Exp $
+// $Id: 2D_Mesh_Aniso.cpp,v 1.37 2004-03-23 02:14:34 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -187,13 +187,11 @@ void Box_2_Triangles(List_T * P, Surface * s)
 
   int i, j;
   static int pts[4][2] = { {0, 0},
-  {1, 0},
-  {1, 1},
-  {0, 1}
-  };
+			   {1, 0},
+			   {1, 1},
+			   {0, 1} };
   static int tri[2][3] = { {1, 4, 2},
-  {2, 4, 3}
-  };
+			   {2, 4, 3} };
   double Xm = 0., Ym = 0., XM = 0., YM = 0., Xc = 0., Yc = 0.;
   Simplex *S, *ps;
   Vertex *V, *v, *pv;
-- 
GitLab