STEllAR-GROUP / octotiger

Astrophysics program simulating the evolution of star systems based on the fast multipole method on adaptive Octrees
http://octotiger.stellar-group.org/
Boost Software License 1.0
48 stars 18 forks source link

Replace hpx::util::unwrap with hpx::unwrap #438

Closed JiakunYan closed 1 year ago

JiakunYan commented 1 year ago

HPX master branch has moved to hpx::unwrap. Using hpx::util::unwrap will result in a compilation error.

G-071 commented 1 year ago

That change is actually already part of #428 (as I've encountered the very same problem). However, I am happy to merge it with this PR first (as soon as the tests are done) as the other one is too large anyway and might take some more time.