00001 // $Id: rdebug.h,v 1.1.1.1 2005/04/18 15:37:12 rcr_muc Exp $ 00002 // just two macros to make life easier 00003 // 2005-04-01 rcr 00004 00005 #ifndef RDEBUG_H 00006 #define RDEBUG_H 00007 00008 #include <iostream> 00009 #define rDebug std::cerr 00010 #define NL "\n" 00011 00012 #endif // RDEBUG_H