Dhairya Malhotra пре 7 година
родитељ
комит
8a5eaa371c
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      include/sctl.hpp

+ 6 - 0
include/sctl.hpp

@@ -44,9 +44,15 @@
 // OpenMP merge-sort and scan
 #include SCTL_INCLUDE(ompUtils.hpp)
 
+// Parallel solver
+#include SCTL_INCLUDE(parallel_solver.hpp)
+
 // ChebBasis
 #include SCTL_INCLUDE(cheb_utils.hpp)
 
+// Morton
+#include SCTL_INCLUDE(morton.hpp)
+
 #include SCTL_INCLUDE(fft_wrapper.hpp)
 
 #include SCTL_INCLUDE(legendre_rule.hpp)