central density calculation now uses correct normalization from survey volume

This commit is contained in:
Paul M. Sutter 2025-04-23 15:22:07 -04:00
parent 96a3ee422f
commit 5bff8c0da3
5 changed files with 67 additions and 55 deletions

View file

@ -40,7 +40,7 @@ IF(INTERNAL_NETCDF)
ENDIF(INTERNAL_NETCDF)
IF(INTERNAL_BOOST)
SET(BOOST_URL "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz" CACHE STRING "URL to download Boost from")
SET(BOOST_URL "https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.gz" CACHE STRING "URL to download Boost from")
mark_as_advanced(BOOST_URL)
ELSE(INTERNAL_BOOST)
find_package(Boost 1.74.0 COMPONENTS format spirit phoenix python FATAL_ERROR)