Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions example/remove/t8_example_empty_trees.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include <sc_options.h>
#include <string>

T8_EXTERN_C_BEGIN ();

/** Removes all elements of a local tree if they belong to the corresponding
* global trees which is given by the user_data. */
static int
Expand Down Expand Up @@ -162,5 +160,3 @@ main (int argc, char **argv)

return 0;
}

T8_EXTERN_C_END ();
4 changes: 0 additions & 4 deletions example/remove/t8_example_gauss_blob.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <t8_schemes/t8_default/t8_default.hxx>
#include <sc_options.h>

T8_EXTERN_C_BEGIN ();

struct t8_adapt_data
{
const int remove_scope;
Expand Down Expand Up @@ -256,5 +254,3 @@ main (int argc, char **argv)

return 0;
}

T8_EXTERN_C_END ();
4 changes: 0 additions & 4 deletions example/remove/t8_example_spheres.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <t8_schemes/t8_default/t8_default.hxx>
#include <sc_options.h>

T8_EXTERN_C_BEGIN ();

struct t8_adapt_data
{
const int num_spheres;
Expand Down Expand Up @@ -206,5 +204,3 @@ main (int argc, char **argv)

return 0;
}

T8_EXTERN_C_END ();
Loading