From 581876325bd6099a7028f80123845e91ddc9685a Mon Sep 17 00:00:00 2001
From: Hang Si <si@wias-berlin.de>
Date: Thu, 14 Apr 2016 14:32:30 +0000
Subject: [PATCH] [Hang] updated TetGenBR header notes

---
 Mesh/tetgenBR.cxx | 19 +++++++++++++++++++
 Mesh/tetgenBR.h   | 20 ++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/Mesh/tetgenBR.cxx b/Mesh/tetgenBR.cxx
index a969f9f035..be00762e76 100644
--- a/Mesh/tetgenBR.cxx
+++ b/Mesh/tetgenBR.cxx
@@ -1,3 +1,22 @@
+///////////////////////////////////////////////////////////////////////////////
+//                                                                           //
+// TetGen                                                                    //
+//                                                                           //
+// A Quality Tetrahedral Mesh Generator and A 3D Delaunay Triangulator       //
+//                                                                           //
+// Version 1.5                                                               //
+// May 31, 2014                                                              //
+//                                                                           //
+// Copyright (C) 2002--2016                                                  //
+//                                                                           //
+// TetGen is freely available through the website: http://www.tetgen.org.    //
+//   It may be copied, modified, and redistributed for non-commercial use.   //
+//   Please consult the file LICENSE for the detailed copyright notices.     //
+//                                                                           //
+///////////////////////////////////////////////////////////////////////////////
+
+// The following code of this file was automatically generated.  Do not edit!
+// TetGenBR -- The Boundary Recovery code of TetGen.
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
diff --git a/Mesh/tetgenBR.h b/Mesh/tetgenBR.h
index 06b45b5755..b09350f0f4 100644
--- a/Mesh/tetgenBR.h
+++ b/Mesh/tetgenBR.h
@@ -1,3 +1,23 @@
+///////////////////////////////////////////////////////////////////////////////
+//                                                                           //
+// TetGen                                                                    //
+//                                                                           //
+// A Quality Tetrahedral Mesh Generator and A 3D Delaunay Triangulator       //
+//                                                                           //
+// Version 1.5                                                               //
+// May 31, 2014                                                              //
+//                                                                           //
+// Copyright (C) 2002--2016                                                  //
+//                                                                           //
+// TetGen is freely available through the website: http://www.tetgen.org.    //
+//   It may be copied, modified, and redistributed for non-commercial use.   //
+//   Please consult the file LICENSE for the detailed copyright notices.     //
+//                                                                           //
+///////////////////////////////////////////////////////////////////////////////
+
+// The following code of this file was automatically generated.  Do not edit!
+// TetGenBR -- The Boundary Recovery code of TetGen.
+
 #ifndef tetgenBRH
 #define tetgenBRH
 
-- 
GitLab