Skip to content

Commit

Permalink
TestDerivs: formatting test.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Dec 24, 2024
1 parent 9f74f22 commit 8785f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TestDerivs/src/test.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,7 @@ extern "C" void TestDerivs_CalcError(CCTK_ARGUMENTS) {

const int diss_order = deriv_order + 2;
const CCTK_REAL diss =
Arith::pown(-1, diss_order / 2 - 1) /
Arith::pown(2, diss_order) *
Arith::pown(-1, diss_order / 2 - 1) / Arith::pown(2, diss_order) *
poly_diss(kxx, kxy, kyz, p.x, p.y, p.z, diss_order, dx);
chi_diss_error(p.I) = diss - chi_diss(p.I);

Expand Down

0 comments on commit 8785f0c

Please sign in to comment.