Skip to content

Commit

Permalink
Update adapted_grid.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Dec 24, 2016
1 parent 423e88b commit 9b09547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapted_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b09547

Please sign in to comment.