diff options
author | Thomas White <taw@physics.org> | 2010-06-24 16:49:13 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:51 +0100 |
commit | 6ef48812938a69ca745e97d4dc9c1f19e3d0a08c (patch) | |
tree | 72faca1ed4ae528e4ce560c17e54078f8f6d212c /src | |
parent | ac2386887faa1c88fe515841c92eac0bf20f4d19 (diff) |
Fussiness
Diffstat (limited to 'src')
-rw-r--r-- | src/cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |