Skip to content

Commit

Permalink
trying to fix emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
wkjarosz committed Dec 15, 2023
1 parent 421290a commit a9a3812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ endif()

CPMAddPackage(
NAME CascadedSobol
GITHUB_REPOSITORY loispaulin/CascadedSobol
GIT_TAG b8c1ae3e6da651ffc1107a760a93a7cdcd63d393
GITHUB_REPOSITORY wkjarosz/CascadedSobol
GIT_TAG 16320b8a4d8ae543affa8267ed7b83f0207bb657
# CascadedSobol's CMakelists are not intended for library use
DOWNLOAD_ONLY YES
)
Expand Down
1 change: 1 addition & 0 deletions src/sampler/CascadedSobol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
\author Wojciech Jarosz
*/

#include "Samplers/OwenScrambling.h"
#include "Samplers/SobolGenerator1D.h"
#include <assert.h>
#include <fstream>
Expand Down

0 comments on commit a9a3812

Please sign in to comment.