aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-03-03 17:27:00 +0100
committerThomas White <taw@physics.org>2014-03-03 17:27:00 +0100
commitbd25e167efdbaf1ee62b080b7623ee56fc1a76e8 (patch)
tree02d434ed9c1de4dd0edfd954961b53ee72d27373 /libcrystfel/src/reflist.h
parent89862e5d5bc8814cfc483d9e9e50fbe7937803b4 (diff)
Update docs
Diffstat (limited to 'libcrystfel/src/reflist.h')
-rw-r--r--libcrystfel/src/reflist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcrystfel/src/reflist.h b/libcrystfel/src/reflist.h
index 61cac9d5..d5a62faa 100644
--- a/libcrystfel/src/reflist.h
+++ b/libcrystfel/src/reflist.h
@@ -3,11 +3,11 @@
*
* Fast reflection/peak list
*
- * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2011-2013 Thomas White <taw@physics.org>
+ * 2011-2014 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -113,8 +113,8 @@ extern void set_temp1(Reflection *refl, double temp);
extern void set_temp2(Reflection *refl, double temp);
extern void set_esd_intensity(Reflection *refl, double esd);
extern void set_phase(Reflection *refl, double phase);
-extern void set_peak(Reflection *refl, double pk);
-extern void set_mean_bg(Reflection *refl, double bg);
+extern void set_peak(Reflection *refl, double peak);
+extern void set_mean_bg(Reflection *refl, double mean_bg);
extern void set_symmetric_indices(Reflection *refl,
signed int hs, signed int ks, signed int ls);