Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/IO/forest/gmsh/t8_gmsh_to_vtk.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ main (int argc, char **argv)
// Initialize the sc library, has to happen before we initialize t8code.
sc_init (sc_MPI_COMM_WORLD, 1, 1, NULL, SC_LP_ESSENTIAL);
// Initialize t8code with log level SC_LP_PRODUCTION. See sc.h for more info on the log levels.
t8_init (SC_LP_ESSENTIAL);
t8_init (SC_LP_PRODUCTION);

// We will use MPI_COMM_WORLD as a communicator.
comm = sc_MPI_COMM_WORLD;
Expand Down