OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "Utility/PAssert.h"
#include <iostream>
#include <cstring>
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Functions | |
void | toss_cookies (const char *cond, const char *file, int line) |
void | insist (const char *cond, const char *msg, const char *file, int line) |
void insist | ( | const char * | cond, |
const char * | msg, | ||
const char * | file, | ||
int | line | ||
) |
Definition at line 91 of file PAssert.cpp.
void toss_cookies | ( | const char * | cond, |
const char * | file, | ||
int | line | ||
) |
Definition at line 78 of file PAssert.cpp.