Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ad8996aa authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

tree.hpp file added and order of inclusions changed

parent a5de1314
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
// File : scalfmm/lists/lists.hpp // File : scalfmm/lists/lists.hpp
// -------------------------------- // --------------------------------
#pragma once #pragma once
#ifdef _OPENMP
#include "scalfmm/lists/omp.hpp"
#endif
#include "scalfmm/lists/policies.hpp" #include "scalfmm/lists/policies.hpp"
#include "scalfmm/lists/sequential.hpp" #include "scalfmm/lists/sequential.hpp"
#ifdef _OPENMP
#include "scalfmm/lists/omp.hpp"
#endif
\ No newline at end of file
...@@ -10,11 +10,7 @@ ...@@ -10,11 +10,7 @@
#include "scalfmm/interpolation/grid_storage.hpp" #include "scalfmm/interpolation/grid_storage.hpp"
#include "scalfmm/tools/fma_loader.hpp" #include "scalfmm/tools/fma_loader.hpp"
#include "scalfmm/tools/tikz_writer.hpp" #include "scalfmm/tools/tikz_writer.hpp"
#include "scalfmm/tree/box.hpp" #include "scalfmm/tree/tree.hpp"
#include "scalfmm/tree/cell.hpp"
#include "scalfmm/tree/group_tree_view.hpp"
#include "scalfmm/tree/io.hpp"
#include "scalfmm/tree/leaf_view.hpp"
#include "scalfmm/utils/sort.hpp" #include "scalfmm/utils/sort.hpp"
#include "tools_param.hpp" #include "tools_param.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment