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
4 changes: 2 additions & 2 deletions src/t8_forest/t8_forest_partition_for_coarsening.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#ifndef T8_FOREST_PFC_H
#define T8_FOREST_ITERATE_H
#define T8_FOREST_PFC_H

#include <t8.h>
#include <t8_forest/t8_forest_general.h>
Expand All @@ -48,4 +48,4 @@ void
t8_forest_pfc_correction_offsets (t8_forest_t forest);

T8_EXTERN_C_END ();
#endif /* T8_FOREST_ITERATE_H */
#endif /* T8_FOREST_PFC_H */
Loading