Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

efel/cppcore/LibV3.cpp:32:38: warning: unused parameter ‘stimstart’ #355

Open
anilbey opened this issue Jan 11, 2024 · 0 comments
Open

Comments

@anilbey
Copy link
Contributor

anilbey commented Jan 11, 2024

__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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant