From e50602787cdbf488cf829ca293c9b9f359aa36f8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 30 Mar 2014 20:53:57 +0200 Subject: check_hkl: Add L-test --- src/ambigator.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ambigator.c') diff --git a/src/ambigator.c b/src/ambigator.c index 75744199..d49607a9 100644 --- a/src/ambigator.c +++ b/src/ambigator.c @@ -79,11 +79,6 @@ static void show_help(const char *s) ); } -#define SERIAL(h, k, l) ((((h)+512)<<20) + (((k)+512)<<10) + ((l)+512)) -#define GET_H(serial) ((((serial) & 0x3ff00000)>>20)-512) -#define GET_K(serial) ((((serial) & 0x000ffc00)>>10)-512) -#define GET_L(serial) (((serial) & 0x000003ff)-512) - struct flist { int n; -- cgit v1.2.3