Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Apr 9, 2024
1 parent 770ac60 commit acac1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/time_series_dg_unstructured.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function calc_minimum_surface_distance(point, node_coordinates,
n = nnodes(dg)
min_distance2 = Inf * ones(eltype(mesh.corners), length(mesh))
indices = zeros(Int, length(mesh), 2)
for k in eachindex(mesh)
for k in 1:length(mesh)
# used to ensure that only boundary points are used
on_surface = MVector(false, false)
for j in 1:n
Expand Down

0 comments on commit acac1b7

Please sign in to comment.