diff options
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/graph.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<edge> 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); }; |