Skip to content

Commit

Permalink
Added spikecount_stimint feature
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Jan 11, 2017
1 parent 2b38799 commit ef52772
Show file tree
Hide file tree
Showing 8 changed files with 21,697 additions and 21,639 deletions.
1 change: 1 addition & 0 deletions efel/DependencyV5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ LibV1:steady_state_voltage
LibV3:depolarized_base
LibV1:ISI_CV #LibV1:ISI_values
LibV1:Spikecount #LibV1:peak_indices
LibV5:Spikecount_stimint #LibV1:peak_time
LibV1:AHP_depth #LibV5:voltage_base #LibV5:min_AHP_values
LibV2:AP_rise_indices #LibV1:peak_indices #LibV5:AP_begin_indices
LibV2:AP_end_indices #LibV1:peak_indices
Expand Down
1 change: 1 addition & 0 deletions efel/cppcore/FillFptrTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ int FillFptrTable() {
&LibV5::voltage_deflection_vb_ssse;
FptrTableV5["maximum_voltage_from_voltagebase"] =
&LibV5::maximum_voltage_from_voltagebase;
FptrTableV5["Spikecount_stimint"] = &LibV5::Spikecount_stimint;

//****************** end of FptrTableV5 *****************************

Expand Down
Loading

0 comments on commit ef52772

Please sign in to comment.