diff options
author | Thomas White <taw@physics.org> | 2011-07-26 12:21:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:34 +0100 |
commit | 2653e2f84c9886c27af4f0b4b54d159882a366a1 (patch) | |
tree | 7372f5171de1f5abcd248191169d21af71d5a97f /src/reflist.h | |
parent | 254af4bd87126095223cd8b722a2aaef79c75dd5 (diff) |
Update docs
Diffstat (limited to 'src/reflist.h')
-rw-r--r-- | src/reflist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reflist.h b/src/reflist.h index 6c0285f1..a49d4a61 100644 --- a/src/reflist.h +++ b/src/reflist.h @@ -85,8 +85,8 @@ extern void set_int(Reflection *refl, double intensity); extern void set_scalable(Reflection *refl, int scalable); extern void set_refinable(Reflection *refl, int refinable); extern void set_redundancy(Reflection *refl, int red); -extern void set_temp1(Reflection *refl, double dev); -extern void set_temp2(Reflection *refl, double dev); +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_ph(Reflection *refl, double phase); extern void set_symmetric_indices(Reflection *refl, |