diff options
author | Thomas White <taw@physics.org> | 2009-11-17 17:03:28 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-17 17:03:28 +0100 |
commit | 9c95cc556f924cbbba4e453c5582f24d3ac31955 (patch) | |
tree | f9dc62fe32f9ea0ee82777eb1fe556cd38a464f1 /src/diffraction.c | |
parent | 50ffbc353574996546e51a61ec4566f461769fc3 (diff) |
Fix comment (trivial)
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index b5c07a71..de43690d 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -60,7 +60,7 @@ static double lattice_factor(struct threevec q, double ax, double ay, double az, } -/* Return structure factor for molecule 'mol' at energy en' (J/photon) at +/* Return structure factor for molecule 'mol' at energy 'en' (J/photon) at * scattering vector 'q' */ static double complex molecule_factor(struct molecule *mol, struct threevec q, double en) |