PABLO  0.1
PArallel Balanced Linear Octree
 All Classes Functions Variables Pages
Class_Local_Tree.cpp
1 #include "Class_Local_Tree.hpp"
2 
3 // =================================================================================== //
4 // EXPLICIT INSTANTIATION //
5 // =================================================================================== //
6 
7 template<> class Class_Local_Tree<2>;
8 template<> class Class_Local_Tree<3>;
9 
Local octree portion for each process.