aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cell.c b/src/cell.c
index a1125581..3edcc8ef 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -407,7 +407,7 @@ int cell_get_reciprocal(UnitCell *cell,
r = cell_crystallographic_to_cartesian(cell,
&ax, &ay, &az,
&bx, &by, &bz,
- &cx, &cy, &cz);
+ &cx, &cy, &cz);
if ( r ) return r;
return cell_invert(ax, ay, az,bx, by, bz, cx, cy, cz,
asx, asy, asz, bsx, bsy, bsz, csx, csy, csz);