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