Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel iteration over a node's neighborhood not defined #125

Open
fjros opened this issue May 22, 2013 · 0 comments
Open

Parallel iteration over a node's neighborhood not defined #125

fjros opened this issue May 22, 2013 · 0 comments

Comments

@fjros
Copy link

fjros commented May 22, 2013

Procedure test(G: Graph, s: Node) {
    ForEach (v: s.OutNbrs) {
    }
}

Gives the following error:
error: syntax error, unexpected ':', expecting ')' (near 's')

The same test passes if you employ a For loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant