aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-17 17:03:28 +0100
committerThomas White <taw@physics.org>2009-11-17 17:03:28 +0100
commit9c95cc556f924cbbba4e453c5582f24d3ac31955 (patch)
treef9dc62fe32f9ea0ee82777eb1fe556cd38a464f1 /src/diffraction.c
parent50ffbc353574996546e51a61ec4566f461769fc3 (diff)
Fix comment (trivial)
Diffstat (limited to 'src/diffraction.c')
-rw-r--r--src/diffraction.c2
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)