#include <string.h>
#include <stdio.h>
#include "randgen.h"
#include "cbneuron.h"
#include "synapse.h"
|
|
Value: nStepsInRefr = (int)(Trefract/DT+0.5); \
Vm = doReset ? Vreset : Vm ; \
for(int c=0;c<nChannels;c++) { \
channels[c]->membraneSpikeNotify(SimulationTime); \
}
|