diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
commit | 00b209240138660db1ded3ef3870023964ce6e4e (patch) | |
tree | 8ffaec780b060bdc478929aa714b8af2ee760671 /code/core/bin.cpp |
Diffstat (limited to 'code/core/bin.cpp')
-rw-r--r-- | code/core/bin.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/code/core/bin.cpp b/code/core/bin.cpp new file mode 100644 index 0000000..e93e4c8 --- /dev/null +++ b/code/core/bin.cpp @@ -0,0 +1,6 @@ +#include "bin.h" + +void Bin::bin(int neuron) { + if (neurons->count(neuron)) + count++; +} |