aboutsummaryrefslogtreecommitdiff
path: root/src/templates.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates.h')
-rw-r--r--src/templates.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/templates.h b/src/templates.h
deleted file mode 100644
index 33e6c75e..00000000
--- a/src/templates.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * templates.h
- *
- * Indexing by template matching
- *
- * (c) 2006-2010 Thomas White <taw@physics.org>
- *
- * Part of CrystFEL - crystallography with a FEL
- *
- */
-
-#ifndef TEMPLATES_H
-#define TEMPLATES_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
-#include "index.h"
-#include "image.h"
-#include "cell.h"
-
-extern IndexingPrivate *generate_templates(UnitCell *cell, const char *filename,
- struct detector *det,
- double nominal_photon_energy);
-
-
-extern void match_templates(struct image *image, IndexingPrivate *ipriv);
-
-extern void free_templates(IndexingPrivate *priv);
-
-#endif /* TEMPLATES_H */