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

num_E not defined in function in utils.jl #209

Closed
emsal0 opened this issue Jul 26, 2021 · 2 comments
Closed

num_E not defined in function in utils.jl #209

emsal0 opened this issue Jul 26, 2021 · 2 comments

Comments

@emsal0
Copy link
Contributor

emsal0 commented Jul 26, 2021

function vertex_pair_table(eidx::Dict)
table = Array{Tuple{UInt32,UInt32}}(undef, num_E)
for (k, v) = eidx

@CarloLucibello
Copy link
Member

that function doesn't seem to be used anywhere, we should remove it

@CarloLucibello CarloLucibello mentioned this issue Jul 29, 2021
10 tasks
@yuehhua
Copy link
Member

yuehhua commented Dec 12, 2021

It's removed for now.

@yuehhua yuehhua closed this as completed Dec 12, 2021
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

Successfully merging a pull request may close this issue.

3 participants