Skip to content
Snippets Groups Projects
Commit 9a5ff618 authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

hexahedra

parent e025d6c6
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ class Matrix{
class Frame_field{
private:
static std::map<MVertex*,Matrix> field;
static std::vector<std::pair<MVertex*,Matrix> > random;
static std::map<MVertex*,Matrix> temp;
static std::vector<std::pair<MVertex*,Matrix> > field;
#if defined(HAVE_ANN)
static ANNpointArray duplicate;
static ANNkd_tree* kd_tree;
......@@ -79,7 +79,7 @@ class Size_field{
class Nearest_point{
private:
static std::vector<SPoint3> random;
static std::vector<SPoint3> field;
static std::vector<MElement*> vicinity;
#if defined(HAVE_ANN)
static ANNpointArray duplicate;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment