diff options
author | Thomas White <taw@physics.org> | 2012-03-02 17:18:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-02 17:18:09 +0100 |
commit | 72562a2ed2c66ada8d3572c6b340a87bb5a8be9f (patch) | |
tree | c7477c25d0f9c8132b61f570b02777a908a112c6 /libcrystfel/src | |
parent | acc106480e12c1796b00a6f2467fb88d23adf373 (diff) |
Add a comment
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/cell.h | 3 |
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; |