__depolarized_base receives stimstart and stimend however does not use them.
|
double stimstart, double stimend, |
__min_AHP_indices also receives stimstart and stimend but does not use them.
|
const double stim_start, const double stim_end, |
__AP_begin_indices receives stimend but does not use it.
|
double stimstart, double stimend, |
__AP_begin_time does not use its argument v.
__AP_begin_voltage does not use its argument t.
__AP_phaseslope receives but does not use stimstart and stimend.
__sag_time_constant does not use stimstart and stimend.
__min_between_peaks_indices does not use stimstart but receives it. It only uses stimend.
__burst_ISI_indices receives but does not use const vector<int>& PeakIndex.
__AP_width receives but does not use const vector<int>& peakindices,