diff --git a/nest-module/src/neuron_info.hpp b/nest-module/src/neuron_info.hpp index 19bf4e3..1d85740 100644 --- a/nest-module/src/neuron_info.hpp +++ b/nest-module/src/neuron_info.hpp @@ -11,7 +11,7 @@ namespace insite { struct NeuronInfo { bool operator<(const NeuronInfo& that) const { return gid < that.gid; } - nest::index gid; + size_t gid; nest::NodeCollectionPTR gid_collection; std::vector position; };