aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-12 12:24:51 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:39 +0100
commit13257c9d5e5c0d06df4ed0bdcdbc2ba6c7acc6cd (patch)
tree7e4307d5fbf6dc49c26ada1a555e21e892ecf743 /src/reflist.h
parentc479780bc2b15e2d095cdb13d69f372933a06597 (diff)
Rationalise handling of phases in RefList
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflist.h b/src/reflist.h
index 65c8ef0b..6d64498a 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -73,7 +73,7 @@ extern int get_redundancy(const Reflection *refl);
extern double get_temp1(const Reflection *refl);
extern double get_temp2(const Reflection *refl);
extern double get_esd_intensity(const Reflection *refl);
-extern double get_phase(const Reflection *refl);
+extern double get_phase(const Reflection *refl, int *have_phase);
/* Set */
extern void copy_data(Reflection *to, const Reflection *from);