Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

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

@anilbey

Description

@anilbey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions