Skip to content

Commit

Permalink
TestDerivs: remove Arith:: for cos
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Oct 24, 2024
1 parent 516cbdf commit ebe1402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestDerivs/src/test.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ extern "C" void TestDerivs_Set(CCTK_ARGUMENTS) {
const CCTK_REAL z0 = p.z;
chi.store(
mask, p.I,
poly(kxx, kxy, kyz, Arith::cos(x0), std::sin(y0), std::sin(z0)));
poly(kxx, kxy, kyz, cos(x0), std::sin(y0), std::sin(z0)));
});

grid.loop_int_device<0, 0, 0>(
Expand Down

0 comments on commit ebe1402

Please sign in to comment.