Skip to content

Commit

Permalink
p3:paper: fix definitions for cpp compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mkirilin committed Aug 14, 2023
1 parent 14dcaf7 commit 2e44c72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/p4est3_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
#include <sc3_mpienv.h>
#include <p4est3.h>

#ifdef __cplusplus
extern "C"
{
#if 0
}
#endif
#endif

#ifdef __cplusplus
#if 0
{
Expand Down

0 comments on commit 2e44c72

Please sign in to comment.