GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
simulation_test_vars.h File Reference
#include "simulation_test.h"

Go to the source code of this file.

Classes

class  SimulationTestVars< NeuronPolicy, SynapsePolicy >
 

Macros

#define ASSIGN_ARRAY_VARS(ARRAY_NAME, VAR_PREFIX, COUNT)
 

Macro Definition Documentation

#define ASSIGN_ARRAY_VARS (   ARRAY_NAME,
  VAR_PREFIX,
  COUNT 
)
Value:
for(int i_##__LINE__ = 0; i_##__LINE__ < COUNT; i++) \
{ \
ARRAY_NAME[i_##__LINE__] = VAR_PREFIX##i_##__LINE__; \
}