CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dout.h
Go to the documentation of this file.
1 #if !defined(DoutH)
2 #define DoutH
3 
4 #if !defined(_DEBUG_QUIET)
5 #define dout cout << __FILE__ << "(" << __LINE__ << ") "
6 #else
7 #define dout if(0)cout
8 #endif
9 
10 #endif