Skip to content

Commit

Permalink
[cpp] Fix macOS EngineMETAL2D build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 29, 2024
1 parent 487b725 commit a4001af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cpp/pffdtd/engine_metal_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
namespace pffdtd {

struct EngineMETAL2D {
[[nodiscard]] auto operator()(Simulation2D const& sim) const -> stdex::mdarray<double, stdex::dextents<size_t, 2>>;

[[nodiscard]] auto operator()(Simulation2D const& sim, Precision precision) const
-> stdex::mdarray<double, stdex::dextents<size_t, 2>>;
};

} // namespace pffdtd

0 comments on commit a4001af

Please sign in to comment.