diff options
author | Thomas White <taw@physics.org> | 2009-11-13 12:22:42 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-13 12:22:42 +0100 |
commit | ebe633dab856ae1ea857a3c07c6f284c30899874 (patch) | |
tree | 30dd0903a4118e67f16d3ef6a7a1c107510533ad /src/image.h | |
parent | 4e1519eeadbfbfe65d0b000a3af610bec77bbfc3 (diff) |
No need to store the "phactors"
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 1 |
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; |