From b01cbf144939370ebf1e006567f9f012ed445abd Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Wed, 13 Feb 2013 11:30:51 +0000
Subject: [PATCH] periodic Voronoi

---
 Mesh/periodical.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mesh/periodical.h b/Mesh/periodical.h
index 031580e09d..8bb96d2df5 100644
--- a/Mesh/periodical.h
+++ b/Mesh/periodical.h
@@ -16,8 +16,8 @@ class voroMetal3D{
   ~voroMetal3D();
   void execute(double);
   void execute(GRegion*,double);
-  void execute(std::vector<SPoint3>&,double);
-  void execute(std::vector<double>&,double);
+  void execute(std::vector<SPoint3>&,std::vector<double>&,int,double);
+  void execute(std::vector<double>&,int,double);
   void print_segment(SPoint3,SPoint3,std::ofstream&);
   void initialize_counter();
   void increase_counter();
-- 
GitLab