pnnl / chgl

Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel
https://pnnl.github.io/chgl/
MIT License
29 stars 8 forks source link

.member deprecated, replace with .contains #45

Closed mandysack closed 5 years ago

mandysack commented 5 years ago

Hi Louis,

While trying to compile the test.chpl file there were warnings for the ".member" function being deprecated. I modified the files to replace ".member" with ".contains" on my end and tried to commit them but it seems as though I cannot push them to the master branch.

LouisJenkinsCS commented 5 years ago

Hi Mandy, sorry for the late reply (totally slipped my mind).

If you submit a PR, I should be able to merge this in if you want.