#ifndef DEBUG_HPP #define DEBUG_HPP //#define MYDEBUG #include using namespace std; class Debug{ public: static const int level=2; static const size_t ix=55; static void display(string name,double* u,size_t start,size_t end); static void pause(); static bool debug_Thomas; }; inline void Debug::display(string name,double* u,size_t start,size_t end){ cout<<"===== "<>a; } #endif