Skip to content

Commit 8828f56

Browse files
change adaptive threshold to adaptation
1 parent c9b38a1 commit 8828f56

22 files changed

+23
-23
lines changed

models/aeif_cond_alpha.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extern "C" int aeif_cond_alpha_dynamics( double, const double*, double*, void* )
6868
*/
6969
extern "C" int aeif_cond_alpha_dynamics_DT0( double, const double*, double*, void* );
7070

71-
/* BeginUserDocs: neuron, integrate-and-fire, adaptive threshold, conductance-based
71+
/* BeginUserDocs: neuron, integrate-and-fire, adaptation, conductance-based
7272
7373
Short description
7474
+++++++++++++++++

models/aeif_cond_alpha_astro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extern "C" int aeif_cond_alpha_astro_dynamics( double, const double*, double*, v
6868
*/
6969
extern "C" int aeif_cond_alpha_astro_dynamics_DT0( double, const double*, double*, void* );
7070

71-
/* BeginUserDocs: neuron, integrate-and-fire, adaptive threshold, conductance-based, astrocyte
71+
/* BeginUserDocs: neuron, integrate-and-fire, adaptation, conductance-based, astrocyte
7272
7373
Short description
7474
+++++++++++++++++

models/aeif_cond_alpha_multisynapse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include "ring_buffer.h"
4343
#include "universal_data_logger.h"
4444

45-
/* BeginUserDocs: neuron, integrate-and-fire, adaptive threshold, conductance-based
45+
/* BeginUserDocs: neuron, integrate-and-fire, adaptation, conductance-based
4646
4747
Short description
4848
+++++++++++++++++

models/aeif_cond_beta_multisynapse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace nest
5656
*/
5757
extern "C" int aeif_cond_beta_multisynapse_dynamics( double, const double*, double*, void* );
5858

59-
/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, conductance-based
59+
/* BeginUserDocs: neuron, adaptation, integrate-and-fire, conductance-based
6060
6161
Short description
6262
+++++++++++++++++

models/aeif_cond_exp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extern "C" int aeif_cond_exp_dynamics( double, const double*, double*, void* );
6868
*/
6969
extern "C" int aeif_cond_exp_dynamics_DT0( double, const double*, double*, void* );
7070

71-
/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, conductance-based
71+
/* BeginUserDocs: neuron, adaptation, integrate-and-fire, conductance-based
7272
7373
Short description
7474
+++++++++++++++++

models/aeif_psc_alpha.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace nest
5757
*/
5858
extern "C" int aeif_psc_alpha_dynamics( double, const double*, double*, void* );
5959

60-
/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, current-based
60+
/* BeginUserDocs: neuron, adaptation, integrate-and-fire, current-based
6161
6262
Short description
6363
+++++++++++++++++

models/aeif_psc_delta.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace nest
5757
*/
5858
extern "C" int aeif_psc_delta_dynamics( double, const double*, double*, void* );
5959

60-
/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, current-based
60+
/* BeginUserDocs: neuron, adaptation, integrate-and-fire, current-based
6161
6262
Short description
6363
+++++++++++++++++

models/aeif_psc_delta_clopath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace nest
5858
*/
5959
extern "C" int aeif_psc_delta_clopath_dynamics( double, const double*, double*, void* );
6060

61-
/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, Clopath plasticity, current-based
61+
/* BeginUserDocs: neuron, adaptation, integrate-and-fire, Clopath plasticity, current-based
6262
6363
Short description
6464
+++++++++++++++++

models/aeif_psc_exp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace nest
5757
*/
5858
extern "C" int aeif_psc_exp_dynamics( double, const double*, double*, void* );
5959

60-
/* BeginUserDocs: neuron, integrate-and-fire, adaptive threshold, current-based
60+
/* BeginUserDocs: neuron, integrate-and-fire, adaptation, current-based
6161
6262
Short description
6363
+++++++++++++++++

models/amat2_psc_exp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
namespace nest
3737
{
3838

39-
/* BeginUserDocs: neuron, integrate-and-fire, current-based
39+
/* BeginUserDocs: neuron, integrate-and-fire, current-based, adaptation
4040
4141
Short description
4242
+++++++++++++++++

0 commit comments

Comments
 (0)