Debug.h

00001 // This file may be redistributed and modified only under the terms of
00002 // the GNU Lesser General Public License (See COPYING for details).
00003 // Copyright (C) 2002 Michael Koch, 2003 Alistair Riddoch
00004 
00005 #ifndef ATLAS_DEBUG_H
00006 #define ATLAS_DEBUG_H
00007 
00008 #ifdef DEBUG
00009 #define ATLAS_DEBUG(a) { if (debug_flag) { a; } }
00010 #else
00011 #define ATLAS_DEBUG(a)
00012 #endif
00013 
00014 #endif // ATLAS_DEBUG_H

Copyright 2000-2004 the respective authors.

This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.