diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-12-16 11:25:12 -0800 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-12-16 11:46:43 -0800 |
commit | 90215e60340c2497fffee3598e4aba9439606326 (patch) | |
tree | 557bd3cbee5a14151684add85936ddcf0638b75e /src/diffraction.c | |
parent | b49747a1996ec73221c20175a04def8ca5b19e12 (diff) |
Update boilerplate comments
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index f4b91a63..94b10d38 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -3,9 +3,9 @@ * * Calculate diffraction patterns by Fourier methods * - * (c) 2007-2009 Thomas White <thomas.white@desy.de> + * (c) 2007-2009 Thomas White <taw@physics.org> * - * pattern_sim - Simulate diffraction patterns from small crystals + * Part of CrystFEL - crystallography with a FEL * */ |