HTMCLA
HTMCLA copied to clipboard
network manager code does not compile
Line 1175 of NetworkManager.cpp returns a newly allocated copy of a PatternInfo object. The order of the parameters on the constructor is incorrect.
It should be: PatternInfo( patternType, startTime, endTime , patternImageMotion , patternString , bitmaps, images , patternMinTrialDuration, patternMaxTrialDuration );