From 9c5779adc0a52cb88ccbfa315cf11544f00148bb Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 24 Jan 2019 14:32:04 -0500 Subject: simplified random graph creation to only use uniform voronoi sites --- lib/include/graph.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/include') diff --git a/lib/include/graph.hpp b/lib/include/graph.hpp index ea08214..38c8edd 100644 --- a/lib/include/graph.hpp +++ b/lib/include/graph.hpp @@ -38,6 +38,6 @@ class graph { std::vector dual_edges; graph(unsigned int Nx, unsigned int Ny); - graph(double Lx, double Ly, std::mt19937& rng, double relax = 0.01, double step = 1.9); + graph(double Lx, double Ly, std::mt19937& rng); }; -- cgit v1.2.3-54-g00ecf