NeoPZ
Common
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
DebugStopImpl
void DebugStopImpl(const char *fileName, const std::size_t lineN)
Definition:
pzerror.cpp:3
Generated on Sun Aug 16 2020 11:17:00 for NeoPZ by
1.8.13