habanero-rice / hclib

A C/C++ task-based programming model for shared memory and distributed parallel computing.
http://habanero-rice.github.io/hclib/
BSD 3-Clause "New" or "Revised" License
71 stars 35 forks source link

Single type name for loop domains #14

Closed DaoWen closed 8 years ago

DaoWen commented 8 years ago

For some reason we were using two different type names for the loop domain struct. See commit message (b1e6fc2) for details.


Note: This pull request builds on #13. You can compare the branches corresponding to the pull requests to see the diff between just #13 and this PR: https://github.com/habanero-rice/hclib/compare/cxx-cleanup...cxx-cleanup-2

agrippa commented 8 years ago

Other than my one comment on comments, looks good!