include/topology/filtration.hpp
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 05 Apr 2011 18:29:50 -0700
branchdev
changeset 242 a06b4b515476
parent 179 d15c6d144645
permissions -rw-r--r--
alphashapes2d can handle degenerate inputs (thanks to Taras Galkovskyi for the bug report and the fix)

#include <utilities/log.h>

#ifdef LOGGING
static rlog::RLogChannel* rlFiltration =                    DEF_CHANNEL("topology/filtration/info", rlog::Log_Debug);
static rlog::RLogChannel* rlFiltrationDebug =               DEF_CHANNEL("topology/filtration/debug", rlog::Log_Debug);
#endif // LOGGING