libatomprobe
Library for Atom Probe Tomography (APT) computation
Namespaces | Functions | Variables
aptAssert.cpp File Reference
#include <atomprobe/helper/aptAssert.h>
Include dependency graph for aptAssert.cpp:

Go to the source code of this file.

Namespaces

 AtomProbe
 

Functions

bool AtomProbe::getHardAssert ()
 
void AtomProbe::setHardAssert (bool enabled)
 Do assertions cause a straight up crash (enabled), or write a mesage to stderr (disabled)? By default, hard crash. More...
 
void AtomProbe::askAssert (const char *, unsigned int)
 Either abort program, or ask the user what to do for an assertion. depending on hardAssert setting. More...
 

Variables

bool AtomProbe::hardAssert =true