include/topology/filtration.hpp
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 14 Sep 2010 11:34:11 -0700
branchdev
changeset 231 04a4629979da
parent 179 d15c6d144645
permissions -rw-r--r--
Added the ability to pickle Simplex class in Python

#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