GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
simulation_neuron_policy_pre_var.h
Go to the documentation of this file.
1 #pragma once
2 
3 //----------------------------------------------------------------------------
4 // SimulationNeuronPolicyPreVar
5 //----------------------------------------------------------------------------
7 {
8 public:
9  //----------------------------------------------------------------------------
10  // Public API
11  //----------------------------------------------------------------------------
12  void Init()
13  {
14  // Initialise neuron parameters
15  for (int i = 0; i < 10; i++)
16  {
17  shiftpre[i] = i * 10.0f;
18  }
19  }
20 };
Definition: simulation_neuron_policy_pre_var.h:6
void Init()
Definition: simulation_neuron_policy_pre_var.h:12