SUNphi  1.0
Debug.hpp
Go to the documentation of this file.
1 #ifndef _DEBUG_HPP
2 #define _DEBUG_HPP
3 
4 /// \file Debug.hpp
5 ///
6 /// \brief Keeps all debug information
7 
8 #include <debug/BackTracing.hpp>
9 #include <debug/Crash.hpp>
10 #include <debug/Demangle.hpp>
11 #include <debug/MinimalCrash.hpp>
12 #include <debug/OptimizationDiagnostic.hpp>
13 #include <debug/Warning.hpp>
14 
15 #endif