From 20d05388833bd9f3b6819d82f983eea424663407 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Nov 2010 11:19:23 +0100 Subject: Fix post refinement maths and take clamping status into account --- src/post-refinement.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/post-refinement.h') diff --git a/src/post-refinement.h b/src/post-refinement.h index 1ef7a1fd..8dea914d 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -30,11 +30,6 @@ enum { NUM_PARAMS }; - -/* Return the gradient of parameter 'k' given the current status of 'image'. */ -double gradient(struct image *image, int k, struct cpeak spot, - double I_partial); - /* Apply the given shift to the 'k'th parameter of 'image'. */ void apply_shift(struct image *image, int k, double shift); -- cgit v1.2.3