aboutsummaryrefslogtreecommitdiff
path: root/data/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/defs.h')
-rw-r--r--data/defs.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/data/defs.h b/data/defs.h
deleted file mode 100644
index 088c533a..00000000
--- a/data/defs.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * defs.h
- *
- * Constant definitions which must be consistent throughout
- *
- * (c) 2006-2010 Thomas White <taw@physics.org>
- *
- * Part of CrystFEL - crystallography with a FEL
- *
- */
-
-#ifndef DEFS_H
-#define DEFS_H
-
-
-/* Maxmimum index to hold values up to (can be increased if necessary) */
-#define INDMAX 140
-
-/* Array size */
-#define IDIM (INDMAX*2 +1)
-
-
-#endif /* DEFS_H */