From 0cc35ad04f9c2997014d7cf62a12f697e79fb534 Mon Sep 17 00:00:00 2001 From: Arnur Nigmetov Date: Sat, 20 Jan 2018 19:11:29 +0100 Subject: Major rewrite, templatized version --- geom_bottleneck/bottleneck/include/def_debug_bt.h | 34 ----------------------- 1 file changed, 34 deletions(-) delete mode 100644 geom_bottleneck/bottleneck/include/def_debug_bt.h (limited to 'geom_bottleneck/bottleneck/include/def_debug_bt.h') diff --git a/geom_bottleneck/bottleneck/include/def_debug_bt.h b/geom_bottleneck/bottleneck/include/def_debug_bt.h deleted file mode 100644 index 888ded6..0000000 --- a/geom_bottleneck/bottleneck/include/def_debug_bt.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - Copyrigth 2015, D. Morozov, M. Kerber, A. Nigmetov - - This file is part of GeomBottleneck. - - GeomBottleneck is free software: you can redistribute it and/or modify - it under the terms of the Lesser GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - GeomBottleneck is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - Lesser GNU General Public License for more details. - - You should have received a copy of the Lesser GNU General Public License - along with GeomBottleneck. If not, see . - -*/ - -#ifndef DEF_DEBUG_BT_H -#define DEF_DEBUG_BT_H - -//#define DEBUG_BOUND_MATCH -//#define DEBUG_NEIGHBOUR_ORACLE -//#define DEBUG_MATCHING -//#define DEBUG_AUCTION -// This symbol should be defined only in the version -// for R package TDA, to comply with some CRAN rules -// like no usage of cout, cerr, cin, exit, etc. -//#define FOR_R_TDA -//#define VERBOSE_BOTTLENECK - -#endif -- cgit v1.2.3