getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Roman Putanowicz
Subject: [Getfem-commits] (no subject)
Date: Wed, 12 Jul 2017 17:41:46 -0400 (EDT)

branch: devel-rppplx-external-except
commit cbfa70bcbed9c14838846150921ffdb6fc44c76f
Author: rpplx <address@hidden>
Date:   Wed Jul 12 22:36:04 2017 +0200

    Added gmm_feedback_management.h containing just standard header file 
boilerplate.
---
 src/gmm/gmm_feedback_management.h | 44 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/src/gmm/gmm_feedback_management.h 
b/src/gmm/gmm_feedback_management.h
new file mode 100644
index 0000000..360e117
--- /dev/null
+++ b/src/gmm/gmm_feedback_management.h
@@ -0,0 +1,44 @@
+/* -*- c++ -*- (enables emacs c++ mode) */
+/*===========================================================================
+
+ Copyright (C) 2002-2017 Yves Renard
+
+ This file is a part of GetFEM++
+
+ GetFEM++  is  free software;  you  can  redistribute  it  and/or modify it
+ under  the  terms  of the  GNU  Lesser General Public License as published
+ by  the  Free Software Foundation;  either version 3 of the License,  or
+ (at your option) any later version along with the GCC Runtime Library
+ Exception either version 3.1 or (at your option) any later version.
+ This program  is  distributed  in  the  hope  that it will be useful,  but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or  FITNESS  FOR  A PARTICULAR PURPOSE.  See the GNU Lesser General Public
+ License and GCC Runtime Library Exception for more details.
+ You  should  have received a copy of the GNU Lesser General Public License
+ along  with  this program;  if not, write to the Free Software Foundation,
+ Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
+
+ As a special exception, you  may use  this file  as it is a part of a free
+ software  library  without  restriction.  Specifically,  if   other  files
+ instantiate  templates  or  use macros or inline functions from this file,
+ or  you compile this  file  and  link  it  with other files  to produce an
+ executable, this file  does  not  by itself cause the resulting executable
+ to be covered  by the GNU Lesser General Public License.  This   exception
+ does not  however  invalidate  any  other  reasons why the executable file
+ might be covered by the GNU Lesser General Public License.
+
+===========================================================================*/
+
+/** @file gmm_feedback_management.h 
+    @date July 03, 2017.
+    @brief Support for run time management of trace, warning and assert 
+           feedback.
+*/
+
+#ifndef GMM_FEEDBACK_MANAGEMENT_H__
+#define GMM_FEEDBACK_MANAGEMENT_H__
+
+namespace gmm {
+
+} // namespace gmm
+#endif /* GMM_FEEDBACK_MANAGEMENT_H__ */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]