c8dfdb466d6d2b2f38f0aa8f0cda499b64e89653
[physics.git] / src / debug.h
1 #ifndef DEBUG_H
2 #define DEBUG_H
3
4 // comment out when not debugging
5 #define DEBUGGING
6
7 #include <iostream>
8 using std::cerr;
9 using std::cout;
10 using std::endl;
11
12 #endif // DEBUG_H