NEURON
isoc99.h
Go to the documentation of this file.
1 #ifndef NRN_ISOC99_H
2 #define NRN_ISOC99_H
3 
4 extern "C" int nrn_isdouble(double* pd, double min, double max);
5 
6 #endif // NRN_ISOC99_H
int nrn_isdouble(double *pd, double min, double max)
Definition: isoc99.cpp:12
#define min(a, b)
Definition: matrix.h:157
#define max(a, b)
Definition: matrix.h:154