diff options
author | Thomas White <taw@physics.org> | 2011-03-07 16:52:25 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:18 +0100 |
commit | 143551f2384de132732a3352289575f50c861080 (patch) | |
tree | 5eb23df916437ae9d90ec2a5062813a5b173371a /src/cell.c | |
parent | 5f6b1c8e1443a41e0db9379b48d44b19bd24196c (diff) |
Fussiness
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -236,9 +236,6 @@ static int cell_crystallographic_to_cartesian(UnitCell *cell, { double tmp, V, cosalphastar, cstar; - /* Note: Please consider and possibly change the ranges for template - * matching (in templates.c) if the calculations below are altered. */ - /* Firstly: Get a in terms of x, y and z * +a (cryst) is defined to lie along +x (cart) */ *ax = cell->a; |