Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
benegee and ranocha authored Jan 17, 2024
1 parent ba442ff commit 40624af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/t8code_3d_dgsem/elixir_advection_nonconforming.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function adapt_callback(forest,
end
end

@assert(Trixi.t8_forest_is_committed(mesh.forest)!=0);
@assert(Trixi.t8_forest_is_committed(mesh.forest)!=0)

# Init new forest.
new_forest_ref = Ref{Trixi.t8_forest_t}()
Expand Down
2 changes: 1 addition & 1 deletion examples/t8code_3d_dgsem/elixir_euler_free_stream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function adapt_callback(forest,
end
end

@assert(Trixi.t8_forest_is_committed(mesh.forest)!=0);
@assert(Trixi.t8_forest_is_committed(mesh.forest)!=0)

# Init new forest.
new_forest_ref = Ref{Trixi.t8_forest_t}()
Expand Down

0 comments on commit 40624af

Please sign in to comment.