aboutsummaryrefslogtreecommitdiff
path: root/src/mosflm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mosflm.h')
-rw-r--r--src/mosflm.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mosflm.h b/src/mosflm.h
deleted file mode 100644
index 82b80a44..00000000
--- a/src/mosflm.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * mosflm.h
- *
- * Invoke the DPS auto-indexing algorithm through MOSFLM
- *
- * (c) 2010 Richard Kirian <rkirian@asu.edu>
- * (c) 2006-2010 Thomas White <taw@physics.org>
- *
- * Part of CrystFEL - crystallography with a FEL
- *
- */
-
-
-#ifndef MOSFLM_H
-#define MOSFLM_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "utils.h"
-
-
-extern void run_mosflm(struct image *image, UnitCell *cell);
-
-
-#endif /* MOSFLM_H */