Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-bholger/gfem/debugUtil.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 // FIXME: change NDEBUG__ to NDEBUG
00004 #ifndef NDEBUG__
00005 #define DEB_EX(flag, exec) if((flag)) { exec; }
00006 #else
00007 #define DEB_EX(flag, exec) ; 
00008 #endif
00009 

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)