PlayaDebug.cpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 #include "PlayaDebug.hpp"
00006 
00007 namespace Playa
00008 {
00009 #ifdef TEUCHOS_DEBUG
00010 bool Debug::on = true;
00011 #else
00012 bool Debug::on = false;
00013 #endif
00014 }
00015 

doxygen