From 64fb806753a89a29cf7a67ed280d8b51b52edd14 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 18 Feb 2013 10:47:12 +0100 Subject: Read GrainSpotter's output properly --- libcrystfel/src/image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel/src/image.h') diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 3739c01f..0d131451 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -175,5 +175,6 @@ extern int image_feature_count(ImageFeatureList *flist); extern struct imagefeature *image_get_feature(ImageFeatureList *flist, int idx); extern void image_add_crystal(struct image *image, Crystal *cryst); +extern void free_all_crystals(struct image *image); #endif /* IMAGE_H */ -- cgit v1.2.3