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

periodic Voronoi

parent 0b2c70b7
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ class voroMetal3D{ ...@@ -29,6 +29,7 @@ class voroMetal3D{
void print_geo_line_loop(int,std::vector<int>&,std::vector<int>&,std::ofstream&); void print_geo_line_loop(int,std::vector<int>&,std::vector<int>&,std::ofstream&);
void print_geo_face_loop(int,std::vector<int>&,std::ofstream&); void print_geo_face_loop(int,std::vector<int>&,std::ofstream&);
void correspondance(double); void correspondance(double);
bool correspondance(double,double,double,double); bool correspondance(double,double,double,double,int&);
void correspondance(double,double,double,double,int,bool&);
bool equal(double,double,double); bool equal(double,double,double);
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment