Skip to content

Commit

Permalink
Merge pull request #19 from bjornstenqvist/master
Browse files Browse the repository at this point in the history
Reciprocal Ewald terms
  • Loading branch information
bjornstenqvist authored Feb 15, 2021
2 parents ac7d136 + 135e6c1 commit d0c5862
Show file tree
Hide file tree
Showing 3 changed files with 2,348 additions and 2,013 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ endif()
# download Eigen
FetchContent_Declare(
eigen
URL "http://bitbucket.org/eigen/eigen/get/3.3.7.tar.gz"
URL_HASH MD5=f2a417d083fe8ca4b8ed2bc613d20f07)
URL "https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.gz"
URL_HASH MD5=9e30f67e8531477de4117506fe44669b)
FetchContent_GetProperties(eigen)
if(NOT eigen_POPULATED)
FetchContent_Populate(eigen)
Expand Down
Loading

0 comments on commit d0c5862

Please # to comment.