Skip to content

network manager code does not compile #2

@jsprenkle

Description

@jsprenkle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions