Blob Blame History Raw
--- mlpack-3.0.4/src/mlpack/methods/det/dt_utils_impl.hpp	2018-11-13 17:33:55.000000000 -0500
+++ mlpack-3.0.4/src/mlpack/methods/det/dt_utils_impl.hpp.b	2019-02-08 10:42:17.912658981 -0500
@@ -185,7 +185,8 @@
   // implementation. omp_size_t is the appropriate type according to the
   // platform.
   #pragma omp parallel for default(none) \
-      shared(prunedSequence, regularizationConstants)
+      shared(prunedSequence, regularizationConstants, folds, testSize, cvData, \
+             minLeafSize, maxLeafSize, useVolumeReg)
   for (omp_size_t fold = 0; fold < (omp_size_t) folds; fold++)
   {
     // Break up data into train and test sets.