ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
io.hpp
Go to the documentation of this file.
1 #ifndef MAQUIS_IO_HPP
2 #define MAQUIS_IO_HPP
3 
4 namespace maquis {
5  using std::cout;
6  using std::cerr;
7 }
8 
9 #endif