From 3710defb709b7ab33ae7849873c4fb62de96e138 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 6 Mar 2012 14:46:13 +0100 Subject: Rename old array functions to get them out of the way of API consistency --- src/hrs-scaling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hrs-scaling.c') diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index fd82536f..21a34bbf 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -293,7 +293,7 @@ static RefList *lsq_intensities(struct image *images, int n, int n_threads) { double Ih; Ih = get_temp1(refl) / get_temp2(refl); - set_int(refl, Ih); + set_intensity(refl, Ih); } return full; -- cgit v1.2.3