DEBUG.h

Go to the documentation of this file.
00001 /* 
00002  * File:   DEBUG.h
00003  * Author: chris
00004  *
00005  * Created on September 6, 2013, 11:21 AM
00006  */
00007 
00008 #ifndef DEBUG_H
00009 #define DEBUG_H
00010 
00011 #ifdef DEBUG_OUTPUT
00012 #include <iostream>
00013 #define DEBUG(x) x
00014 #else
00015 #define DEBUG(x)
00016 #endif
00017 
00018 
00019 #endif  /* DEBUG_H */
00020 

Generated on Fri Dec 13 14:54:15 2013 for FastECSLent by  doxygen 1.5.4