NEURON
nrnassrt.h File Reference
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Macros

#define nrn_assert(ex)
 

Macro Definition Documentation

◆ nrn_assert

#define nrn_assert (   ex)
Value:
do { \
if (!(ex)) { \
fprintf(stderr, "Assertion failed: file %s, line %d\n", __FILE__, __LINE__); \
abort(); \
} \
} while (0)

Definition at line 22 of file nrnassrt.h.