Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Diostream.h
Go to the documentation of this file.
1 #ifndef _DIOSTREAM_H_
2 #define _DIOSTREAM_H_
3 
4 // macro to redefine Dcout as the standard library's cout
5 
6 #include <iostream>
7 #define dout std::cout
8 
9 #endif