NEURON
nrndigest.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include <nrnconf.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 #define NRN_DIGEST NRN_ENABLE_DIGEST
11 
12 #if NRN_DIGEST
13 extern int nrn_digest_; // debugging differences on different machines.
14 extern void nrn_digest_dbl_array(const char* msg, int tid, double t, double* array, size_t sz);
15 #endif
16 
17 #ifdef __cplusplus
18 }
19 #endif