summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nullsurf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nullsurf.c b/src/nullsurf.c
index 755be14..11563ec 100644
--- a/src/nullsurf.c
+++ b/src/nullsurf.c
@@ -208,7 +208,7 @@ static void surface_launch(NSContext *ns, double *pos_x, double *pos_z, double *
const double g[3][3] = { { gtxx / SQR(phi), gtxy / SQR(phi), gtxz / SQR(phi) },
{ gtxy / SQR(phi), gtyy / SQR(phi), gtyz / SQR(phi) },
- { gtxz / SQR(phi), gtyz / SQR(phi), gtzz / SQR(phi) }};
+ { gtxz / SQR(phi), gtyz / SQR(phi), gtzz / SQR(phi) }};
/**
* send out photons along geodesics evenly spaced in angles θ between x- and z-axis