From 6ef48812938a69ca745e97d4dc9c1f19e3d0a08c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 24 Jun 2010 16:49:13 +0200 Subject: Fussiness --- src/cell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cell.c') 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); -- cgit v1.2.3