From f09b0fc4da61d107dffc0d45489b769326fd8a08 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 23 Oct 2009 12:00:29 +0200 Subject: Restructuring ready for new simulation method --- src/templates.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/templates.h (limited to 'src/templates.h') 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 - * - * pattern_sim - Simulate diffraction patterns from small crystals - * - */ - - -#ifdef HAVE_CONFIG_H -#include -#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 */ -- cgit v1.2.3