aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/cell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h
index f4b7a7c8..1225b517 100644
--- a/libcrystfel/src/cell.h
+++ b/libcrystfel/src/cell.h
@@ -31,7 +31,8 @@
#include "utils.h"
-/* A 3D vector in reciprocal space */
+/* A 3D vector in reciprocal space.
+ * Note: Heavily abused to serve as a real space vector as well */
struct rvec
{
double u;