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

periodic Voronoi

parent 715d064f
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ class voroMetal3D{
void print_geo_point(int,double,double,double,std::ofstream&);
void print_geo_line(int,int,int,std::ofstream&);
void print_geo_face(int,int,std::ofstream&);
void print_geo_physical_face(int,int,std::ofstream&);
void print_geo_volume(int,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&);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment