Skip to content

Commit

Permalink
[cpp] More Metal macOS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 29, 2024
1 parent c241de3 commit b580742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/pffdtd/engine_metal_3d.mm
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ auto run(Simulation3D const& sim) {
} // namespace

auto EngineMETAL3D::operator()(Simulation3D const& sim) const -> void {
PFFDTD_ASSERT(precision == Precision::Float);
PFFDTD_ASSERT(sim.precision == Precision::Float);
run<float>(sim);
}

Expand Down

0 comments on commit b580742

Please sign in to comment.