TTK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Identifiers.cpp
Go to the documentation of this file.
1#include <Identifiers.h>
2
4 // inherited from Debug: prefix will be printed at the beginning of every msg
5 this->setDebugMsgPrefix("Identifiers");
6#ifdef TTK_ENABLE_MPI
7 hasMPISupport_ = true;
8#endif
9}
void setDebugMsgPrefix(const std::string &prefix)
Definition Debug.h:364