PFASST++
globals.hpp
Go to the documentation of this file.
1 
5 #ifndef _GLOBALS__HPP_
6 #define _GLOBALS__HPP_
7 
32 #define UNUSED(expr) \
33  (void)(expr)
34 
35 
36 #endif // _GLOBALS__HPP_