From 9b095472f699f2b607baa93c30d90a859fb0eab7 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Sat, 24 Dec 2016 10:28:24 +0100 Subject: [PATCH] Update adapted_grid.jl --- src/adapted_grid.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapted_grid.jl b/src/adapted_grid.jl index dd40931..c6de5f1 100644 --- a/src/adapted_grid.jl +++ b/src/adapted_grid.jl @@ -17,7 +17,7 @@ function adapted_grid(f, minmax::Tuple{Real, Real}; max_recursions = 7) throw(ArgumentError("interval must be given as (min, max)")) end - # When an interval has curvature larger than this, stop refining it. + # When an interval has curvature smaller than this, stop refining it. max_curvature = 0.05 # Initial number of points