From cca0f55f2586c1d8a1581a509465e5d3b216e3a4 Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Wed, 12 Dec 2012 15:24:32 +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 b902064415..f5c34b9302 100644
--- a/Mesh/periodical.h
+++ b/Mesh/periodical.h
@@ -27,6 +27,7 @@ class voroMetal3D{
   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_physical_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&);
   void correspondance(double);
-- 
GitLab