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

periodic Voronoi

parent 5e5f56e6
No related branches found
No related tags found
No related merge requests found
...@@ -29,5 +29,6 @@ class voroMetal3D{ ...@@ -29,5 +29,6 @@ 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 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