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)