Select Git revision
MeshModule.cpp
-
Stéphane Del Pino authored
Also change the language function associated to mesh relaxation: interpolate -> relax
Stéphane Del Pino authoredAlso change the language function associated to mesh relaxation: interpolate -> relax
SignalManager.hpp 300 B
#ifndef SIGNAL_MANAGER_HPP
#define SIGNAL_MANAGER_HPP
#include <iostream>
struct SignalManager
{
private:
static std::string signalName(int signal);
static void pauseForDebug();
static void handler(int signal);
public:
static void init(const bool& enable);
};
#endif // SIGNAL_MANAGER_HPP