Skip to content

Commit

Permalink
Fix Include Guard in pyAMReX.H (#179)
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 authored Aug 23, 2023
1 parent 12adfe1 commit b8e39ab
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 b8e39ab

Please sign in to comment.