aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-22 15:50:15 +0100
committerThomas White <taw@physics.org>2010-01-22 15:50:15 +0100
commitef9281fb30a07b8ee099ada3e1f7a0a10cbca5c0 (patch)
tree42cee1574cb21a2c67796d6fa715631d56e6fd1e /src/image.h
parent59e333ee9e40ae0be0af08fe0eb739f1babf5771 (diff)
Remove 'xray_energy' to leave a single point of truth for wavelength
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index ed4517ea..0f64d248 100644
--- a/src/image.h
+++ b/src/image.h
@@ -91,8 +91,6 @@ struct image {
/* Wavelength must always be given */
double lambda; /* Wavelength in m */
- double xray_energy; /* X-ray energy
- * in J (per photon) */
int width;
int height;