From f6f2a383f4f273338461f0968b8a68dcf49a081d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 28 Nov 2005 15:59:52 +0000
Subject: [PATCH] fix stat print for pyramids

---
 Mesh/Element.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Mesh/Element.cpp b/Mesh/Element.cpp
index 64a0cd3355..3cabd1be03 100644
--- a/Mesh/Element.cpp
+++ b/Mesh/Element.cpp
@@ -1,4 +1,4 @@
-// $Id: Element.cpp,v 1.8 2005-06-08 19:12:05 geuzaine Exp $
+// $Id: Element.cpp,v 1.9 2005-11-28 15:59:52 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -424,7 +424,8 @@ void Pyramid::ExportStatistics(FILE * f)
 
   if(!VSUP){
     N = 5;
-    fprintf(f,"SY(%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g){%g,%g,%g,%g,%g};\n",
+    fprintf(f,"SY(%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g)"
+	    "{%g,%g,%g,%g,%g",
 	    V[0]->Pos.X, V[0]->Pos.Y, V[0]->Pos.Z, V[1]->Pos.X, V[1]->Pos.Y,
 	    V[1]->Pos.Z, V[2]->Pos.X, V[2]->Pos.Y, V[2]->Pos.Z, V[3]->Pos.X, 
 	    V[3]->Pos.Y, V[3]->Pos.Z, V[4]->Pos.X, V[4]->Pos.Y, V[4]->Pos.Z,
-- 
GitLab