Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Nov 19, 2023
1 parent 39c7428 commit 7a465a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auxiliary/t8code.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function init_t8code()
# Initialize the sc library, has to happen before we initialize t8code.
let catch_signals = 0, print_backtrace = 0, log_handler = C_NULL
T8code.Libt8.sc_init(mpi_comm(), catch_signals, print_backtrace, log_handler,
T8code.Libt8.SC_LP_ERROR)
T8code.Libt8.SC_LP_ERROR)
end

if T8code.Libt8.p4est_is_initialized() == 0
Expand Down

0 comments on commit 7a465a3

Please sign in to comment.