Skip to content

Commit db837dd

Browse files
committed
QPR-12140 update cmake list
1 parent 01577e1 commit db837dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ql/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ set(QL_SOURCES
416416
math/polynomialmathfunction.cpp
417417
math/primenumbers.cpp
418418
math/quadratic.cpp
419-
math/randomnumbers/burley2020scrambledsobolrsg.cpp
419+
math/randomnumbers/burley2020sobolrsg.cpp
420420
math/randomnumbers/faurersg.cpp
421421
math/randomnumbers/haltonrsg.cpp
422422
math/randomnumbers/knuthuniformrng.cpp
@@ -1513,7 +1513,7 @@ set(QL_HEADERS
15131513
math/quadratic.hpp
15141514
math/randomnumbers/boxmullergaussianrng.hpp
15151515
math/randomnumbers/centrallimitgaussianrng.hpp
1516-
math/randomnumbers/burley2020scrambledsobolrsg.hpp
1516+
math/randomnumbers/burley2020sobolrsg.hpp
15171517
math/randomnumbers/faurersg.hpp
15181518
math/randomnumbers/haltonrsg.hpp
15191519
math/randomnumbers/inversecumulativerng.hpp

0 commit comments

Comments
 (0)