From 7d8662ffe897dc2438141ecc8848863bad9b9d92 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Feb 2010 16:47:27 +0100 Subject: Move water calculation to diffraction.c, and work out the consequences --- src/index.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/index.h') diff --git a/src/index.h b/src/index.h index 08ffa2fc..429e5ec8 100644 --- a/src/index.h +++ b/src/index.h @@ -27,9 +27,5 @@ typedef enum { extern void index_pattern(struct image *image, IndexingMethod indm, int no_match); -/* x,y in pixels relative to central beam */ -extern int map_position(struct image *image, double x, double y, - double *rx, double *ry, double *rz); - #endif /* INDEX_H */ -- cgit v1.2.3