00001 #ifdef CH_LANG_CC 00002 /* 00003 * _______ __ 00004 * / ___/ / ___ __ _ / / ___ 00005 * / /__/ _ \/ _ \/ V \/ _ \/ _ \ 00006 * \___/_//_/\___/_/_/_/_.__/\___/ 00007 * Please refer to Copyright.txt, in Chombo's root directory. 00008 */ 00009 #endif 00010 00011 #ifndef _PARSTREAM_H_ 00012 #define _PARSTREAM_H_ 00013 00014 #include <iostream> 00015 #include <string> 00016 #include "BaseNamespaceHeader.H" 00017 00019 00027 std::ostream& pout(); 00028 00029 00031 00037 void setPoutBaseName(const std::string & a_Name); 00038 00039 00041 00048 const std::string & poutFileName(); 00049 00050 #include "BaseNamespaceFooter.H" 00051 #endif // _PARSTREAM_H_