diff options
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) |