Skip to content

Commit 03e0b38

Browse files
committed
KerrSchildX: Correct y derivatives
1 parent 36df756 commit 03e0b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KerrSchildX/src/kerrschild.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ extern "C" void KerrSchild_InitialData(CCTK_ARGUMENTS) {
239239
// Current point
240240
t, x, y, z,
241241
// Derivative direction
242-
0, 1, 0, 0,
242+
0, 0, 1, 0,
243243
// Downstairs metric
244244
dygtt, dygtx, dygty, dygtz, dygxx, dygxy, dygxz, dygyy, dygyz,
245245
dygzz,

0 commit comments

Comments
 (0)