aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/spectrum.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/spectrum.h')
-rw-r--r--libcrystfel/src/spectrum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/spectrum.h b/libcrystfel/src/spectrum.h
index 8298a4cd..21f1e087 100644
--- a/libcrystfel/src/spectrum.h
+++ b/libcrystfel/src/spectrum.h
@@ -54,7 +54,7 @@ struct gaussian
{
double kcen; /**< k value at centre of Gaussian (in 1/m) */
double sigma; /**< Standard deviation of Gaussian (in 1/m) */
- double height; /**< Height of Gaussian (arbitrary units) */
+ double area; /**< Area under Gaussian (fraction of radiation) */
};