getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Fri, 14 Jul 2017 01:37:43 -0400 (EDT)

branch: master
commit 2dc16c5df6f0c871074d4fc97f94bccd419f777c
Author: rpplx <address@hidden>
Date:   Wed Jul 12 22:58:59 2017 +0200

    Removed the reference to EXTERNAL_EXCEPT_ and inclusion of 
external_except.h that was used to overwrite behaviour of GMM macros in order 
to provide custom feedback handling.
---
 src/gmm/gmm_except.h | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/gmm/gmm_except.h b/src/gmm/gmm_except.h
index 0e8b46d..b086875 100644
--- a/src/gmm/gmm_except.h
+++ b/src/gmm/gmm_except.h
@@ -44,7 +44,6 @@
 
 
 //provides external implementation of gmm_exception and logging.
-#ifndef EXTERNAL_EXCEPT_
 
 namespace gmm {
 
@@ -71,6 +70,7 @@ namespace gmm {
 #  define GMM_PRETTY_FUNCTION ""
 #endif
 
+
   // Errors : GMM_THROW should not be used on its own.
   //          GMM_ASSERT1 : Non-maskable errors. Typically for in/ouput and
   //               when the test do not significantly reduces the performance.
@@ -345,8 +345,6 @@ namespace gmm {
 # define GMM_SET_EXCEPTION_DEBUG
 #endif
 
-}
-#else
-#include <external_except.h>
-#endif /* EXTERNAL_EXCEPT_*/
+} // namespace gmm
+
 #endif /* GMM_EXCEPT_H__ */



reply via email to

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