aboutsummaryrefslogtreecommitdiff
path: root/cad/py-ocp/files/patch-OCCT_OpenGl__HaltonSampler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cad/py-ocp/files/patch-OCCT_OpenGl__HaltonSampler.hxx')
-rw-r--r--cad/py-ocp/files/patch-OCCT_OpenGl__HaltonSampler.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/py-ocp/files/patch-OCCT_OpenGl__HaltonSampler.hxx b/cad/py-ocp/files/patch-OCCT_OpenGl__HaltonSampler.hxx
deleted file mode 100644
index 7fe4fee18e03..000000000000
--- a/cad/py-ocp/files/patch-OCCT_OpenGl__HaltonSampler.hxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- OCCT/OpenGl_HaltonSampler.hxx.orig 2020-06-15 08:29:45 UTC
-+++ OCCT/OpenGl_HaltonSampler.hxx
-@@ -180,7 +180,7 @@ void OpenGl_HaltonSampler::initRandom (Random_number_g
- {
- aPerms[aBase][i] = i;
- }
-- std::random_shuffle (aPerms[aBase].begin(), aPerms[aBase].end(), theRand);
-+ std::shuffle (aPerms[aBase].begin(), aPerms[aBase].end(), theRand);
- }
- initTables (aPerms);
- }