pnnl / chgl

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

Mandysack patch #56

Closed mandysack closed 5 years ago

mandysack commented 5 years ago

Closes #45, #48. #55

Removes compiler warning by substituting deprecated List references with LinkedLists.

LouisJenkinsCS commented 5 years ago

Hi @mandysack can please do the following locally...

git checkout master
git pull
git cherry-pick 202ef0a
git cherry-pick 322f7e6
git checkout -b mandy-patch2

In essence I need you to create an entirely new branch and create a PR from there. For emphasis, look at the number of files changed in this PR versus the files you have actually changed.

LouisJenkinsCS commented 5 years ago

@tjstavenger-pnnl can you review this PR?

LouisJenkinsCS commented 5 years ago

Closing in favor of #57