From 658160da5fad346ca0dcfbc3f5ebcc507119dd25 Mon Sep 17 00:00:00 2001 From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be> Date: Tue, 4 Dec 2012 19:47:05 +0000 Subject: [PATCH] periodic Voronoi --- Mesh/periodical.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Mesh/periodical.h b/Mesh/periodical.h index 255fa2f9d1..59cbafd957 100644 --- a/Mesh/periodical.h +++ b/Mesh/periodical.h @@ -29,5 +29,6 @@ class voroMetal3D{ 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 correspondance(double); + bool correspondance(double,double,double,double); bool equal(double,double,double); }; -- GitLab