Skip to content
Snippets Groups Projects

Resolve "Add macOS compatibility"

Merged Thomas Juerges requested to merge 1-add-macos-compatibility into master
2 files
+ 20
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,6 +23,16 @@
#define MAX_ATTR_SIZE 3000
#define MAX_SPECTRUM_SIZE 100
#ifndef TANGO_LOG
#define TANGO_LOG cout
#endif
#ifndef TANGO_LOG_INFO
#define TANGO_LOG_INFO cout2
#endif
#ifndef TANGO_LOG_DEBUG
#define TANGO_LOG_DEBUG cout4
#endif
/*----- PROTECTED REGION END -----*/