Skip to content

Commit

Permalink
Merge branch 'main' into add-Wall-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp authored Dec 6, 2024
2 parents e1a161a + 7c5bd7d commit 2478682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#ifndef T8_GEOMETRY_ANALYTIC_H
#define T8_GEOMETRY_ANALYTIC_H

#include <t8.h>
#include <t8_cmesh.h>

/**
* Definition of an analytic geometry function.
* This function maps reference coordinates to physical
Expand Down
1 change: 1 addition & 0 deletions src/t8_geometry/t8_geometry_with_vertices.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#ifndef T8_GEOMETRY_WITH_VERTICES_H
#define T8_GEOMETRY_WITH_VERTICES_H

#include <t8.h>
#include <t8_cmesh.h>

T8_EXTERN_C_BEGIN ();
Expand Down

0 comments on commit 2478682

Please sign in to comment.