PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
Util
units
debug.h
1
//-*-C++-*-
2
/***************************************************************************
3
*
4
* Copyright (C) 2009 by Willem van Straten
5
* Licensed under the Academic Free License version 2.1
6
*
7
***************************************************************************/
8
9
// psrchive/Util/units/debug.h
10
11
#undef DEBUG
12
13
#ifdef _DEBUG
14
15
#include <iostream>
16
#define DEBUG(x) std::cerr << x << std::endl;
17
18
#else
19
20
#define DEBUG(x)
21
22
#endif
23
Generated using
doxygen
1.14.0