aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-13 12:22:42 +0100
committerThomas White <taw@physics.org>2009-11-13 12:22:42 +0100
commitebe633dab856ae1ea857a3c07c6f284c30899874 (patch)
tree30dd0903a4118e67f16d3ef6a7a1c107510533ad /src/image.h
parent4e1519eeadbfbfe65d0b000a3af610bec77bbfc3 (diff)
No need to store the "phactors"
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h
index d5d5bb9c..b675ab41 100644
--- a/src/image.h
+++ b/src/image.h
@@ -62,7 +62,6 @@ struct image {
uint16_t *data;
double *sfacs;
struct threevec *qvecs;
- double *phactors;
/* Radians. Defines where the pattern lies in reciprocal space */
double tilt;