NeoPZ
pzerror.h
Go to the documentation of this file.
1 
5 #ifndef PZERRORH
6 #define PZERRORH
7 
8 #include <iostream>
9 #include <stdlib.h>
10 
15 #define PZError std::cout
16 
20 #define DebugStop() DebugStopImpl(__FILE__, __LINE__)
21 
22 void DebugStopImpl(const char *fileName, const std::size_t lineN);
23 
24 #endif
void DebugStopImpl(const char *fileName, const std::size_t lineN)
Definition: pzerror.cpp:3