SUNphi  1.0
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