NullStream.hpp
Go to the documentation of this file.
1 #ifndef OPM_NULLSTREAM_HEADER_INCLUDED
2 #define OPM_NULLSTREAM_HEADER_INCLUDED
3 
4 // Copyright (C) 2013 Uni Research AS
5 // This file is licensed under the GNU General Public License v3.0
6 
7 #include <iosfwd>
8 
9 namespace Opm {
10 
26 extern std::ostream& null_stream;
27 
28 } /* namespace Opm */
29 
30 #endif /* OPM_NULLSTREAM_HEADER_INCLUDED */
Definition: AnisotropicEikonal.hpp:43
std::ostream & null_stream