Skip to content

Commit 7c5bd7d

Browse files
authored
Merge pull request #1319 from DLR-AMR/fix-add-missing-cmesh-header-to-analytic-geometry
Fix: Add missing headers in order to import definitions.
2 parents ffe190f + 3119913 commit 7c5bd7d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/t8_geometry/t8_geometry_implementations/t8_geometry_analytic.h

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
#ifndef T8_GEOMETRY_ANALYTIC_H
2828
#define T8_GEOMETRY_ANALYTIC_H
2929

30+
#include <t8.h>
31+
#include <t8_cmesh.h>
32+
3033
/**
3134
* Definition of an analytic geometry function.
3235
* This function maps reference coordinates to physical

src/t8_geometry/t8_geometry_with_vertices.h

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#ifndef T8_GEOMETRY_WITH_VERTICES_H
2929
#define T8_GEOMETRY_WITH_VERTICES_H
3030

31+
#include <t8.h>
3132
#include <t8_cmesh.h>
3233

3334
T8_EXTERN_C_BEGIN ();

0 commit comments

Comments
 (0)