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)