SpineML / SpineCreator

A GUI for neural network models. A graphical editor for SpineML models.
http://spineml.github.io/spinecreator/
GNU General Public License v3.0
17 stars 7 forks source link

Unable to compile model with all-to-all connections in certain conditions #149

Open dbux opened 5 years ago

dbux commented 5 years ago

Under certain conditions attempting to run a model containing a WU attached to an all-to-all projection will return the error 'Simulation failed: Compiler error detected.':

component.cpp: In member function ‘virtual brahms::Symbol dev_spineml_wu_AllToAllConnectionSpikeogenerator_0::event(brahms::Event*)’: component.cpp:713:5: error: expected primary-expression before ‘.’ token .assign(numEl_BRAHMS, _SUM); ^