diff --git a/Mesh/periodical.h b/Mesh/periodical.h index 59cbafd95783bf9159fa469f1c67555bfd2d94a7..752438294b2e7536aa43cddbd9d0d9ba2bc14882 100644 --- a/Mesh/periodical.h +++ b/Mesh/periodical.h @@ -14,10 +14,10 @@ class voroMetal3D{ public: voroMetal3D(); ~voroMetal3D(); - void execute(); - void execute(GRegion*); - void execute(std::vector<SPoint3>&); - void execute(std::vector<double>&); + void execute(double); + void execute(GRegion*,double); + void execute(std::vector<SPoint3>&,double); + void execute(std::vector<double>&,double); void print_segment(SPoint3,SPoint3,std::ofstream&); void initialize_counter(); void increase_counter();