aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-23 15:23:36 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commitf56ce1b9c6d6b5c9b365354585d32c5ead4869d6 (patch)
tree3a6c4a765238462ce26ef75b065ae61cd02ad036 /src/reflist.h
parent683220d0f8038018d7e63ebff56611a645b346af (diff)
More s/x/fs/, s/y/ss/
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reflist.h b/src/reflist.h
index 462a19af..0f8741cf 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -33,7 +33,7 @@ extern Reflection *next_found_refl(Reflection *refl);
/* Get */
extern double get_excitation_error(const Reflection *refl);
-extern void get_detector_pos(const Reflection *refl, double *x, double *y);
+extern void get_detector_pos(const Reflection *refl, double *fs, double *ss);
extern void get_indices(const Reflection *refl,
signed int *h, signed int *k, signed int *l);
extern double get_partiality(const Reflection *refl);
@@ -49,7 +49,7 @@ extern double get_phase(const Reflection *refl);
/* Set */
extern void copy_data(Reflection *to, const Reflection *from);
extern void set_detector_pos(Reflection *refl, double exerr,
- double x, double y);
+ double fs, double ss);
extern void set_partial(Reflection *refl, double r1, double r2, double p,
double clamp_low, double clamp_high);
extern void set_int(Reflection *refl, double intensity);