From 5cb23bee32aeaab9f94c5220c7766552c110de43 Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Tue, 11 Dec 2012 17:59:11 +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 2fe068f481..b902064415 100644
--- a/Mesh/periodical.h
+++ b/Mesh/periodical.h
@@ -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&);
-- 
GitLab