aboutsummaryrefslogtreecommitdiff
path: root/src/templates.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-10-23 12:00:29 +0200
committerThomas White <taw@bitwiz.org.uk>2009-10-23 12:00:29 +0200
commitf09b0fc4da61d107dffc0d45489b769326fd8a08 (patch)
tree02ebe57032f0db9e68078c6ed08d413aa8c7b323 /src/templates.h
parent2600c19c6d9b994de1cb2d5e634571a55434c707 (diff)
Restructuring ready for new simulation method
Diffstat (limited to 'src/templates.h')
-rw-r--r--src/templates.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/templates.h b/src/templates.h
deleted file mode 100644
index c9d053ad..00000000
--- a/src/templates.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * templates.h
- *
- * Handle templates
- *
- * (c) 2006-2009 Thomas White <thomas.white@desy.de>
- *
- * pattern_sim - Simulate diffraction patterns from small crystals
- *
- */
-
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#ifndef TEMPLATES_H
-#define TEMPLATES_H
-
-#include "cell.h"
-#include "image.h"
-
-/* An opaque type representing a list of templates */
-typedef struct _templatelist TemplateList;
-
-extern TemplateList *generate_templates(UnitCell *cell, struct image params);
-extern int try_templates(struct image *image, TemplateList *list);
-
-#endif /* TEMPLAETS_H */