SUNphi
1.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Warning.hpp
Go to the documentation of this file.
1
#
ifndef
_WARNING_HPP
2
#
define
_WARNING_HPP
3
4
/// \file Warning.hpp
5
///
6
/// Print in orange a warning message
7
8
/// Starts a new line in bold brown
9
#
define
WARNING
10
runLog
(
)
<<
TextColor
::
BROWN
<<
TextStyle
::
BOLD
<<
"WARNING "
11
12
namespace
SUNphi
13
{
14
}
15
16
#
endif
include
debug
Warning.hpp
Generated by
1.8.11