Skip to content

Commit

Permalink
Fix Include Guard in pyAMReX.H
Browse files Browse the repository at this point in the history
Every header needs an include guard to avoid duplicate definitions
as this file grows with more content.
  • Loading branch information
ax3l committed Aug 22, 2023
1 parent 8afc221 commit 98cc9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pyAMReX.H
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Authors: Axel Huebl
* License: BSD-3-Clause-LBNL
*/
#pragma once

#include <pybind11/pybind11.h>
#include <pybind11/functional.h>
#include <pybind11/numpy.h>
Expand Down

0 comments on commit 98cc9d2

Please sign in to comment.