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 _EBGEOMDEBUGDUMP_H_ 00012 #define _EBGEOMDEBUGDUMP_H_ 00013 00014 #include "EBGeomDebugOut.H" 00015 00016 #include "NamespaceHeader.H" 00017 00018 void EBGeomDontYouDareCallMe() 00019 { 00020 dumpIFData1(NULL); 00021 dumpIFData2(NULL); 00022 dumpIFData3(NULL); 00023 00024 dumpCCM1(NULL); 00025 dumpCCM2(NULL); 00026 dumpCCM3(NULL); 00027 } 00028 00029 #include "NamespaceFooter.H" 00030 00031 #endif