Skip to content

Commit

Permalink
Change nest typedef to native datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkrueger committed Jul 14, 2023
1 parent 7a9db77 commit 71605a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest-module/src/neuron_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<double> position;
};
Expand Down

0 comments on commit 71605a8

Please sign in to comment.