TTK
Loading...
Searching...
No Matches
ArrayPreconditioning.cpp
Go to the documentation of this file.
2
4 // inherited from Debug: prefix will be printed at the beginning of every msg
5 this->setDebugMsgPrefix("ArrayPreconditioning");
6#ifdef TTK_ENABLE_MPI
7 hasMPISupport_ = true;
8#endif
9}
void setDebugMsgPrefix(const std::string &prefix)
Definition Debug.h:364