summaryrefslogtreecommitdiff
path: root/geom_bottleneck/bottleneck/include/def_debug.h
diff options
context:
space:
mode:
authorArnur Nigmetov <a.nigmetov@gmail.com>2016-06-06 10:50:37 +0200
committerArnur Nigmetov <a.nigmetov@gmail.com>2016-06-06 10:50:37 +0200
commitad17f9570a5f0a35cde44cc206255e889821a5ca (patch)
tree6cb08c80206106a6b1d2ac605bf0b673eaed1d95 /geom_bottleneck/bottleneck/include/def_debug.h
parent0a997312d06972b8eef9f1de21fb4d827b47eca7 (diff)
Add actual source from previous repos
Diffstat (limited to 'geom_bottleneck/bottleneck/include/def_debug.h')
-rw-r--r--geom_bottleneck/bottleneck/include/def_debug.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/geom_bottleneck/bottleneck/include/def_debug.h b/geom_bottleneck/bottleneck/include/def_debug.h
new file mode 100644
index 0000000..eaf356d
--- /dev/null
+++ b/geom_bottleneck/bottleneck/include/def_debug.h
@@ -0,0 +1,29 @@
+/*
+ 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 <http://www.gnu.org/licenses/>.
+
+*/
+
+#ifndef DEF_DEBUG_H
+#define DEF_DEBUG_H
+
+//#define DEBUG_BOUND_MATCH
+//#define DEBUG_NEIGHBOUR_ORACLE
+//#define DEBUG_MATCHING
+//#define DEBUG_AUCTION
+
+#endif