HTMCLA icon indicating copy to clipboard operation
HTMCLA copied to clipboard

network manager code does not compile

Open jsprenkle opened this issue 10 years ago • 0 comments

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 );

jsprenkle avatar Jun 23 '15 16:06 jsprenkle